body 
{
font-family:"times new roman" sans-serif;
	
}
a
{
	color:blue;
	text-decoration:none;
}

a:hover
{
	color:blue;
	text-decoration:none;
	font-weight:bold;
}

