body      { font-size: 12px; font-family: 'Times New Roman', Times, serif; background-color: #cff }

table {
	font-size: 12px;
	font-Family: Arial, Helvetica, sans-serif
}
a:link {
	color: #a52a2a;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #a52a2a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a52a2a;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #a52a2a;
	font-weight: bold;
}
.fsmall {
	font-size: 80%;
}
.fhead {
	font-size: 150%;
	font-weight: bold;
}
.flarge {
	font-size: 115%;
	font-weight: bold;
}
.warn {
	font-size: 110%;
	font-variant: small-caps;
	font-color: red;
}
.header  { }
.althead  { }
.button {
			color: #000000;
			background-color: #ffff77;
			border-color: #ffff99;			
}
.redbutton {
			color: #ffffff;
			background-color: #ff0000;
			border-color: #ff5500;			
}