body
{
    background-color: #eeeeee;
    font-family: sans-serif;
    
}



a
{
	border-style: none;
    text-decoration: none;
    color: #000000;
   
}

a:active
{
	color: blue;
	text-decoration: none;
	border-style: none;
}
a:visited
{
	color:#000000;
	text-decoration:none;
	border-style: none;
}
a:hover
{
	color: blue;
	text-decoration:none;
	border-style: none;
}
