BODY {
	background-color : White;
	color : Black;
}

A:ACTIVE {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}
A:FOCUS {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}
A:VISITED {
	color : Gray;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}
A:LINK {
	color : #778899;
	text-decoration : none;
	font-weight : bold;
}

IMG {
	border-style : none;
}


DIV.center {
	text-align : center
}

.smallsizetext {font-size : x-small;}
.tinysizetext {	font-size : xx-small;}