
body {
	margin: 15px 100px;
	background-color: #f6f7f0; 
	color: black; 
	font-size: 85%; 
	font-family: verdana, aria ; }

p, li, td, tr {font-size: 90%; line-height: 1.25;}
p {margin: 0 20;}
p, li {padding: 2px 0px;}
table {width: 90%; background: dddddd; border-width: 0px;}
tr {height: 100px; vertical-align:top }
td {background: white; border-color: white;}

h1 {font-size: 90%; color: #666666; margin-top: 2px; background: eeeeee; border-bottom; 1p green solid;}
h2 {font-size: 140%; color: #white; background: #bbbbbb; padding-left: 20px; margin-bottom: 25px;}
h3 {font-size: 90%; color: #444444; margin-bottom: 2px;}
h4 {font-weight: normal; font-size: 80%/1.25; color: #333333; margin: 6px;}
h5 {font-size: 60%; font-weight: normal; font-style:italic; color: #666666; margin: 0px 0px 4px 70px;}

img {padding: 4px;}

#column {background:white; padding: 6px; border: 1px gray solid; margin: 12px; overflow: auto; float: left; width:200px; height:90px;}

a:link, a:visited {
	color: #3333cc; 
	font-size: 90% ;
	text-decoration: none;
	padding: 2;
	margin: 10;
	background-color: #eeeeff;
}
a.header:link, a.header:visited {
	color: white;
	font-size: 80% ;
	text-decoration: none;
	padding: 7px;
	margin: 0px;
	background-color: darkred;
}
a:hover, a:active, a.header:hover, a.header:active {
	color: white;
	background-color: darkblue;
	text-decoration: underline;
}
