a {text-decoration: none;} 
a:hover {color: red; text-decoration: none;}
a:active {color: black; text-decoration: none;}


body {
	background-color:#C7D2D9;
	scrollbar-base-color:#C7D2D9;
    font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : normal;
   	font-style : normal;
}

