P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

P.address {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #009933;
}

TD.menu {
	background: #003300;
	margin-left : 10%;
	background-color : #003300;
}

P.menu {
	color : #FFFFCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
	color : #990000;
}

A {
	color: white;
	text-decoration : none;
}

A:Hover {
	color: #FFD700;
	text-decoration : none;
	}
	
A.text {
	color: Maroon;
	text-decoration : underline;
	font-weight : bold;
}

A.text:hover {
	color: #006400;
	font-weight : bold;
}


HR {
	height: 1pt;
}


