 body {
	background-color:		#FFFFFF;
	margin:				10px 0px 20px 0px;
	font-family:			arial;
	}

 /* links */

 a:link, a:active {
	color:				#202020;
 }

 a:visited {
	color:				#787878;
 }

 a:hover {
	color:				#D60000;
 }

 /* fonts */

 .blend {
	font-family:			verdana;
	font-size:			9px;
	color:				#D5D5D5;
 }

 .largest {
	font-size:			19px;
 }

 .larger {
	font-size:			17px;
 }

 .large {
	font-size:			15px;
 }

 .normal {
	font-size:			13px;
 }

 .small {
	font-size:			11px;
 }