a:link{
	text-decoration: none;
	color: blue ;
	}

a:visited{
	text-decoration: none;
	color: #0099FF;
	}

a:hover{
	color: red;
	text-decoration: none;
	font-weight: bold;
	}
body{
background-color: #ffffcc; 
}
