body {
	background-color:#ccc;


}
body, html { 	padding: 0;
				margin: 0;
				font-size:95%;
				text-align: left;
				height: 100%; 
				font-family: Verdana, Arial, Helvetica, sans-serif; }

a, a:active, a.visited { color: #990000; }
a:hover { color: #333333; }

a.menu { color: #FFFFFF; text-decoration: none; }
a.menu:hover { color: #999999; text-decoration: none }
a.footer { color: #FFFFFF; text-decoration: none }
a.footer:hover { color: #FFFFFF; text-decoration: underline }

p, table, div, ul, li { 

		font-size: 0.9em;
		line-height: 1.6em;
		color: #666;}
		
.footer { font-size: 0.8em; color: #fff}

h1 { color: #990000; font-size:1em;}

hr {
	color: #ccc;
	border-style: dotted;
	background-color: #ccc;
	height: 1px;
	}
ul, li { font-size: 0.95em;
		line-height: 1.6em;}