BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-weight : bold;
	font: 12;
	color: #000099;
	background : FFFFCC;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}
