body {
	background: #ccffcc;
	color : #000066;
  text-decoration : none;
}

h1{color:#dd0000;font-size:100%;}
h2{color:#006600;font-size:100%;}

A:LINK{
	color:#0033dd;
	text-decoration:underline;
}

a:visited{
	color:#008822;
	text-decoration:underline;
}

A:HOVER{
 	color : red;
	text-decoration : underline;
	
}

a:active{
	color:#444400;
	text-decoration:underline;	
}


