a:link,
a:visited, 
a:active            
{ 
	color: #0000FF;
	text-decoration:underline; 
}
a:hover             
{ 
	color: #AA00AA;
	text-decoration: underline;
}
H2
{
font-size:1em;
display:inline;  /* removes line break after header */
}
H3
{
font-size:1em;
display:inline;
}
BODY
{
	font-family: arial;
	font-size: 1em;
}
blockquote
{
	border-width:2;
	border-style:ridge;
	padding: 5;
}
.menu
{
	border-collapse: collapse;
	/* border: 1px solid black; */
	background-color: #AAAAFF;
	min-width: 20em;
}
table.menu td
{
	border: 1px solid black;
	padding: 5px 5px 5px 10px;
}

table.menu a:link,
table.menu a:visited,
table.menu a:active
{
	color: #0000FF;
}
table.menu a:hover 
{
	color: #FF00FF;
	background-color: #000000;
	margin: 2px -5px -2px 5px;
	width: 100%;
	height: 100%;
}

.main
{
	background-color: #CCCCDD;
	font-weight: bold;
	font-size: 1.5em;
}
.item
{
	background-color: #CCDDCC;
	font-weight: bold;
	width:400px;
}
th
{
	background-color:#DDDDDD;
}
P.indent {text-indent:.5in;}

