BODY
{
	background-color:#FFFFD8;
	color:#660000;
	font-family:Arial;
	width:100%;
}
b, strong
{
	color:Navy;
}
tabledata
{
	background-color:#ffffd8;
}
h1
{
	color:navy;
}
h2
{
	font-family:Arial;
	color:#ff0000;
}
h3
{
	color:#ff00ff;
	font-family:Arial;
}
A:active
{
	color:Blue;
}
A:visited
{
	color:Gray;
}
font
{
	color:#800000;
	font-family:Arial;
}
.holiday /* holiday standout */
{
	font-size:x-large;
	color:#FF0000;
	font-family:Harrington;
}
.note /* for the spots where you need it a different color */
{
	color:#cc0000;
	font-family:Arial;
	font-size:medium;
}
.bigstandout /* holiday standout */
{
	font-size:x-large;
	color:#cc0000;
	font-family:Harrington;
}
.standout /* for areas you want to stand out in a different color and bold */
{
	color:#cc0000;
	font-family:Arial;
	font-weight:bolder;
}
.name
{
	font-size:larger;
	font-weight:bolder;
}
.info
{
	font-size:small;
	font-weight:bolder;
}
.angellink
{
	font-size:smaller;
	font-weight:bolder;
}
.smheader /* smaller font for links in header page */
{
	font-size:smaller;
	color:Red;
}
