/* CSS Document */

body{
	margin:10px;
	padding:0;
	background-color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
 }
 a  {
   	text-decoration : none;
   	color:#3366cc;
   }
a:link  {
   	text-decoration : none;
   	color:#3366cc;
   }
   
a:visited  {
   	text-decoration : none;
   	color:#ff0000;
   }
   
a:hover  {
   	text-decoration : none;
   	color:green;
   }
   
a:active  {
   	text-decoration : none;
   	color:blue;
   }
   

li{
text-decoration:none;
}
