.classes {
	font-size: xx-large;
	font-weight: bolder;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.pageinfo {
	font-size: xx-small;
}
a:visited {
	text-transform: uppercase;
	color: #993300;
	text-decoration: none;
}
a:link {
	text-transform: uppercase;
	color: #BEBE5D;
	text-decoration: none;
}
a:hover {
	color: #993300;
}

