.something { font-size: 10px}
.headline { font-weight: bold; font-size: 30px }
.body { font-size: 12px}

a { color: blue; text-decoration: none }
		a:hover { color: red }
		.serifbody  { color: black; font-size: 15px; text-decoration: none;  font-family: Georgia, "Times New Roman", Times, serif }
		.serifbody:hover { color: red; }
		.subhead  { color: black; font-size: 11px; font-weight: bold; text-decoration: none }
		.smallsansbody  { color: black; font-size: 11px; text-decoration: none;  font-family: Arial, Helvetica, sans-serif }
		.smallsansbody:hover  { color: red; font-size: 10px; }
		.thinreturn {font-size: 5px;}

