BODY	{
	background-color: #C0D8E0;
/* original color:
	background-color: #E0F0F0; */
}
H2	{
	font-family: Lucida Sans,Geneva,Arial,Helvetica;
}
H3	{
	font-family: Lucida Sans,Geneva,Arial,Helvetica;
}
H4	{
	font-family: Lucida Sans,Geneva,Arial,Helvetica;
}
P	{
	font-size: 12px;
	font-family: Trebuchet MS,Gill Sans,Geneva,Arial,Helvetica;
}
LI	{
	font-size: 11px;
	font-family: Trebuchet MS,Gill Sans,Geneva,Arial,Helvetica;
}
.page_title	{
	font-size: 30px;
	font-family: Lucida Sans,Geneva,Arial,Helvetica;
}
.small	{
	font-size: 10px;
	font-family: Trebuchet MS,Gill Sans,Geneva,Arial,Helvetica;
}
/* preferred fonts:
   (1) Trebuchet MS (bad for headers)
   (2) Gill Sans (really bad for headers)
   (3) Lucida Sans (okay for headers)
   (4) Chalkboard (matches itself for headers)
   (5) Futura (really bad for headers)
*/
A:link	{ color : #0033FF; text-decoration:none; }
A:visited	{ color : #6E00FF; text-decoration:none; }
A:active	{ color : #00AAFF; text-decoration:none; }
A:hover	{ color : #C80078; text-decoration:none; }
A:link.navbar	{ color : #000000; text-decoration:none; }
A:visited.navbar	{ color : #888888; text-decoration:none; }
A:active.navbar	{ color : #00AAFF; text-decoration:none; }
A:hover.navbar	{ color : #AAAAAA; text-decoration:none; }

