body {
	background-color : #FFFF80;
	color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color : Purple;
	font-weight : bold;
	text-decoration : none;
}

a:Hover {
	color : Teal;
	text-decoration : underline;
}