Body  {
	color : #000000;
	background-color : #FFFFFF;
}

H1  {
	color : Purple;
}

H2  {
	color : Purple;
}

H3  {
	color : Purple;
}

A.Menu:visited {
	color : White;
}

A.Menu:hover  {
	color : red;
	text-decoration : underline;
}

A:hover  {
	color : red;
}

.Logo {
	color : Purple;
	font-weight : bold;
}

.Menu {
	color : White;
	font-family : Arial;
	text-decoration : none;
}

.Current {
	color : Purple;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

.DateStamp {
	background-color:Purple;
	color: White;
	font-style: italic;
}

.FinePrint {
	font-size : smaller;
}

.Emphasis {
	font-weight : bold;
	font-size : larger;
}

.ColorEmphasis {
	font-weight : bold;
	color : red;
}

.Category {
	color : Purple;
	font-weight : bold;
	font-size : larger;
}


