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