BODY {
	color : White;
	font : Bookman Old Style;
	font-family : "Bookman Old Style";
	background-color : Black;
}






A:VISITED {
	font : bold x-small Bookman Old Style;
	text-decoration : none;
	color : Black;
	width : 90px;
	height : 20px;
	background : #FFFFF0;
	text-align : center;
	border : thin outset;
}

A:LINK {
	font : bold x-small Bookman Old Style;
	text-decoration : none;
	color : #CEFFFF;
	width : 90px;
	height : 20px;
	background : F00000;
	text-align : center;
	border : thin outset;
}

A:ACTIVE {
	font : bold x-small Bookman Old Style;
	text-decoration : none;
	color : #CEFFFF;
	width : 90px;
	height : 20px;
	background : #FFFFF0;
	text-align : center;
	border : thin inset;
}

A:HOVER {
	font : bold x-small Bookman Old Style;
	text-decoration : underline;
	color : Red;
	width : 90px;
	height : 20px;
	background : White;
	text-align : center;
	border : thin inset;
}