H3  {
	font-size : xx-large;
	font-family : fantasy;
	font-weight : bold;
	font-style : italic;
	color : Teal;
	text-align : center;
	background-color : Aqua;
	margin-left : 50 px;
	margin-right : 50 px;
	margin-top : 30 pix;
}


a:link       { font-family: Tempus Sans ITC; font-size: 10pt; color: #993300; font-weight: bold }
a:visited    { font-family: Tempus Sans ITC; font-size: 10pt; color: #993300; font-weight: bold }
a:active     { font-family: Tempus Sans ITC; font-size: 10pt; color: #993300; font-weight: bold }
a:hover      { font-family: Tahoma; font-size: 10pt; color: #FF9900; font-weight: bold }

.fanciful  {
	font-size : 10pt;
	font-family : monospace;
	font-weight : bold;
	font-style : italic;
	color : Lime;
	text-align : right;
	text-transform : lowercase;
}

a:link.linkmenu, a:active.linkmenu, a:visited.linkmenu {
	text-decoration: none;
	font-family:Arial;
	font-size:9.0pt;
	color: white;
}

a:hover.linkmenu {
	text-decoration: underline;
	font-family:Arial;
	font-size:9.0pt;
	color: white;
}