body { 
	font-family: "Georgia", "New Century Schoolbook", Times, Serif; 
	color: #000000; 
	background-color: #FFFFFF; 
}

h1, h2, h3, h4 { 
	font-weight: bold;
	}
	
.note {
	font-size: small;
	}	
	
#footer p {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-left: 25px;
	padding-top: 25px;
	}


/* to do shadows, remove comments h1 { text-shadow: grey 3px 3px 4px;*/


ul {
	list-style-type: none;
	font-weight: bold;
}

.download { font-weight: bold;
	font-size: large; color: #000000
	}


a:link { text-decoration: none; color: blue; background: transparent; font-size: 100%}
a:hover { text-decoration: none; color: red; background: transparent; font-size: 100%}
a:visited { text-decoration: none; color: purple; background: transparent; font-size: 100%}
a:active { text-decoration: none; color: blue; background: transparent; font-size: 100%}