BODY {
	color: Yellow;
	background-color: #333399;
	font-family: "Times New Roman";
	font-size: x-small;
}

A {
	color: Yellow;
	text-decoration: none;
}

A:HOVER {
	
	color: #E1E2FF;
	text-decoration: underline;
	font-weight: bold;
}