body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color : #E9D596;
	color : #003366;
}

 a:link
				    {
                        color : #003366; 
                        text-decoration : underline; 
                        font-style : normal; 
                        font-weight : bold; 
                   } 
				   
				   
                   a:visited 
				   {
                        color : #996633; 
                        text-decoration : none; 
                        font-style : italic; 
                        font-weight : bold; 
                   } 
				   
                   a:hover
				    {
                        color : #996633; 
                        text-decoration : underline; 
                        font-style : normal; 
                        font-weight : bold; 
                   } 
				   
img {
	border-color : Black;
	border : Black;
}
		