.html {
	font: 75% Arial, sans-serif;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
h1
{ 
font: 90% Arial, sans-serif;
font-weight: bold;
color: FB8426;
 }
 h2
{ 
font: 90% Arial, sans-serif;
font-weight: bold;
text-decoration: underline;
 }
 .menu {
 font: bold 90% Arial, sans-serif;
 text-decoration: underline;
 color: #FFFFFF;
 }
 .contact {
 font: 75% Arial, sans-serif;
 }

