 BODY  {
		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #FFCC00;
 }

 
 A:link  {
 	text-decoration : none;
 	color : #0033FF;
 }
 
 A:visited  {
 	text-decoration : none;
 	color : #0033FF;
 }
 
 A:active  {
 	text-decoration : none;
 	color : #0033FF;
 }
 
 A:hover  {
 	text-decoration : none;
 	color : #33CC00;
 }
 
