body { background-color: white;
       background-attachment: fixed;
       font-family: Verdana,Arial,Helvetica;
       color: black;
	 margin-left: 4%;
	 margin-right: 2%;}

table { font: 0.8em Verdana,Arial,Helvetica;
        color: black;}

h1,h2,h3,h4,h5,p,ul { font-family: Verdana,Arial,Helvetica; }

h1	{font-size: 1.2em;
	 font-weight: bold;
	 margin-top: 1.5em;
	 margin-bottom: 0.5em;
	 margin-left: -3%;
	 margin-right: -2%;}

a  { text-decoration: none;  }  
	a:link  { color: #0000FF;
		text-decoration: none; 
		font-weight: bold;}
	a:visited  { color: #C020C0;
		text-decoration: none;
		font-weight: bold;}
	a:hover { color: #FFFFFF;
		background-color: #0000FF;
		text-decoration: none;
		font-weight: bold;}
	a:active  { color: #0000FF;
		text-decoration: none;
		font-weight: bold;}

#col_head { font-weight: bold;
		text-align: center;
		font-size: 1.2em;}

#title {font-weight: bold;
	  font-size: 2em;
	  margin-bottom: 0.5em;
	  text-align: center;}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
	text-align: center;
      font-size: .8em;
	padding: 0 2%;
}
