body 
{
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F7F7DE;
}

a:link 
{
    color: #0000FF;
	text-decoration: underline;
}
a:visited 
{
	color: #0000FF;
	text-decoration: underline;
}
a:hover 
{ 
	text-decoration: none;
}
a:active 
{
	color: #0000FF;
	text-decoration: underline;
}


