html, body {
margin:0px;
padding:0px;
font-family:sans-serif;
font-size:14px;
background-color: #C4FFFF;
color:#0000CC;
cursor:default;
height:100%;
}
a:link {  color: #FF0000;
          text-decoration: none  }

a:visited {  color: #FF0000;
             text-decoration: none  }

a:active {  color: #FF0000;
	    text-decoration: none  }

a:hover {  color: #FF0000;
           text-decoration: underline  }