@charset "utf-8";
/* CSS Document */

html,body { 
background-color:#339;
margin: 0;
padding: 0;
border: none;
height:100%; width:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;}

 
h1{background-color:#06c; width: 100%; color: white; font-family: "Times New Roman", Times, serif; font-size: 160%; text-align:center; margin-bottom:15px; }
h2 {color: #fff;font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 130%; margin-top: 25px; margin-bottom:0; } 

a:link {text-decoration: underline; color:#fff; font-family: Verdana;font-size: 14px;}
a:visited {text-decoration: underline; color:#ff0; font-family: Verdana;font-size: 14px;}
a:hover{color: #6f3;}
ol,ul{padding-left: 50px; margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0;}
li{line-height:1.4em;}
td{ vertical-align:top;}