body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

.tiny {
	font-size: 11px;
}

.small {
	font-size: 13px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 16px;
	font-weight: bold;
}

a:link {
   text-decoration: none;
	color: #bd0000;
	font-weight: bold;
}

a:visited {
   text-decoration: none;
	color: #bd0000;
	font-weight: bold;
}

a:hover {
   text-decoration: none;
	color: #ce1111;
	font-weight: bold;
}

a:active {
   text-decoration: none;
	color: #bd0000;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #4CAE44; }
#dark { color: #0060A9; }
