html, body { width: 100%; height: 100%; }
body {
	font-family: Verdana;
	color: #281906;
	margin: 0; padding:0;
	
}
p, li, td, th, dd, dt, table, tr { font-size: 12px; color: inherit; }
/* LINK STYLES */
a { font-weight: bold; text-decoration: none; }
a:link { color: #AB500C; }
a:visited { color: #D8A86C; }
a:hover, a:active { color: #83382C; }
