body
{
	font-family:"Courier New", Courier, mono;
	font-size: small;
	color: DarkSlateGrey;
	text-decoration: none;
	background-color: Beige;
}

table 
{
    border=0px none cellspacing; 
	background-image: url('grid.jpg');
}

b 
{
	color: #464646;
	font-family:"Courier New", Courier, mono;
	font-size: small;
	text-decoration: none;
	font-weight: 600;
}

A:link, A:visited, A:active  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: DarkRed;
	font-size: small;
}

A:HOVER 
{
	background-color: Gray;
	color: White;
	text-decoration: none;
}

TH          
{
	font-family:"Courier New", Courier, mono;
	color: #464646;
	text-align: left;
	font-size: large;
	background-color: Beige;
}

TD          
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: Beige;
	vertical-align: middle;
}

H1
{
	color: #464646;
	font-size: xx-large;
	font-family: "Courier New", Courier, mono;
}

H2
{
	color: #464646;
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
}

H3   
{
	font-family: Courier New;
	font-size: large;
	color: #464646;
}
 
H4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white;
}

.primary 
{
      font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: small; 
		font-weight: 600; 
		color: #660000
}


