BODY, DIV, P, TH, TD, LI, DD { font-family: serif; font-size: 16px; } 

H1, H2, H3, H4, H5, H6
{
	color: blue;
}

P.article
{
	color: navy;
	text-indent: 1em
}

P.article:first-line
{
}

P.article:first-letter
{
	color: maroon;
	font-size: 125%;
	float: left
	font-weight: bold
}

TABLE
{
}

TD
{
	color: navy;
	text-decoration: none;
}

td.special { border: inset 0pt }  /* The top-left cell */


TD.menu
{
}

A.menu
{
	font-family : "Comic Sans", "Comic Sans MS", cursive;
	font-size: 1.00em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
A.menu:link, A.menu:visited
{
	color: "white";
}
A.menu:hover, A.menu:focus, A.menu:focus:hover
{
	color: "blue";
}
A.menu:active
{
	color: "white";
}

A:link, A:visited
{
	color: "blue";
}
A:hover, A:focus, A:focus:hover
{
	color: "navy";
}
A:active
{
	color: "blue";
}
