body {
	background-color : #FFE3C8;
	leftmargin : 0;
	topmargin : 0;
	marginheight : 0;
	marginwidth : 0;
}

A:visited {
   color : #000000;
   text-decoration : underline; 
}


A:link {
   color : #000000;
   text-decoration : underline; 
}


A:hover {
   color : #0082CC; 
   text-decoration : underline;
   /*background-color : #dda358;*/
}


A:active {
   color : #0082CC; 
   text-decoration : underline;
   /*background-color : #dda358;*/
}

