
* { margin:0; padding:0 }

   html * { font-size: 100.01% }

  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #000;
	background: #fff;
	text-align: left;
	padding: 30px;
  }

  h1,h2,h3,h4,h5,h6 {
  	font-family: Verdana, Arial;
  	font-weight:bold;
  	color:#999;
  	margin: 0.5em 0 0.5em 0;
  }

  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%; color:#182E7A}          /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

table {
    border: 1px solid #333;
}

th, td {
    padding: 0.2em;
}

#message {
    color: #f00;
	font-size: 150%;
	font-weight: bold;
}