body {															// content text
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

A {color: #0000CC}
A:visited { color: #0000FF; }
A:active { text-decoration: none; }
A:hover	{ color: #DA8A00; }

h1 { 															// headings
	font-family: "Courier New", Courier, mono;
	font-size: 36pt;
	font-weight: 900;
	color: #CC9900;
	font-family: "Courier New", Courier, mono;
}
h2 {															// sub headings
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight: 700;
	color: #CC9900;
}
h3 {                                                        	// picture captions
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
h4 {                                                         	// menu text
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
h5 {															// large captions
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
h6 {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	text-transform: capitalize;
	color: #FF9900;
	font-style: oblique;
}

