body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Palatino, New York, Times, serif;
	color: #000000;
	margin: 0px;
}

.tiny {
	font-size: 10px;
}

.small {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 17px;
	font-weight: bold;
}

a:link {
   text-decoration: none;
	color: #990000;
	font-weight: bold;
}

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

a:hover {
   text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

a:active {
   text-decoration: none;
	color: #990000;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #FF0000; }
#dark { color: #990000; }
