BODY {
	color: Silver;
	background-color: #000066;
	font-family: "Trebuchet MS";
	font-size: small;
}

A {
	text-decoration: blink;
	color: Silver;
	font-family: "Trebuchet MS";
}

A:HOVER {
	text-decoration: underline;
	color: Silver;
	font-family: "Trebuchet MS";
}


