BODY { 
	font-family: Comic Sans MS, Times New Roman, Times;
	background: darkblue;
}

TABLE {
	font-family: Comic Sans MS, Times New Roman, Times;
}

H1 {
	font-weight: bold;
	font-size: 225%;
	text-align: center;
}

H2 {
	line-height: 2;
	font-size: 175%;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
}

H3 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}


.VMenu { 
	background: darkblue;
	color: white;
	font-size: larger;
}

.HMenu { 
	background: darkblue;
	color: white;
}

.Sidebar { 
	background: cornflowerblue;
	border: 5px solid darkblue;
}

.Content { 
	background: lightblue;
	padding: 10px;
}

.LongTable {
	font-size: smaller;
}

.LinksTable {
	padding: 20px;
}

.ImageCaption {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
}

A:link { 
	color: white; 
	font-weight: bold;
}

A:visited {
	color: teal;
}

A:active {
	color: green;
}

A:Hover {
	color: silver;
}