body         { font-size: 10pt; 
               font-family: Verdana; 
               color: #581A1C; 
               margin:0; 
               background-color: #FECB8C }
               
a:link       { text-decoration: none; color: #581A1C }
a:visited    { text-decoration: none; color: #581A1C }
a:hover      { text-decoration: underline; color: #C75712 }
a:active     { text-decoration: none; color: #581A1C }
p            { margin-top: 10; margin-bottom: 10; text-align: justify }
td           { font-size: 10pt; }
h1           { margin-top: 2; margin-bottom: 2; font-size: 10pt; color: #C75712; font-weight: bold; text-align: left }
h2           { margin-top: 2; margin-bottom: 8; margin-left: 5px; margin-right: 5px; font-size: 7pt; font-weight: lighter; text-align: justify }
h3           { margin-top: 10; margin-bottom: 10; font-size: 7pt; font-weight: lighter; text-align: center }
ul           { text-align:left  }

a:link.menu, a:visited.menu {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 2px 4px 2px 5px;
	height: auto;
	width:140px;
	text-decoration: none;
	color: #581A1C;
}
a:hover.menu {
	text-decoration: none;
	color:#FFFFFF;
	background-color: #581A1C;
}
