<style>

A {}

body {
	background-color: #F8F8F8;
	background-image: url(dave-draper.gif); 
	background-repeat: no-repeat;
	background-position: 10% 100%;
	margin-left: 100px;
	margin-right: 100px;

}

h1, h2{
	font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 120%;  
        margin-bottom: -12px; 
        font-weight: bold;
        text-align: center; 
        padding: 0;
  	color: #444444;
}

body, p, td, th, div, blockquote, dl, ul, ol {
	font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	}
	

a:link { color: #FF0000; }
a:visited { color: #666666; }
a:hover { color: #000000; }
a:active { color: #666666;}

p { 
	font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif;
	color: #666666; 
	font-size: 1em;
	
}


a.smalltext:link 	{ font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: underline; color: #000000;}
a.smalltext:visited 	{ font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: underline; color: #000000;}
a.smalltext:active 	{ font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: underline; color: #FF0000;}
a.smalltext:hover 	{ font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif; font-size: 10pt; text-decoration: underline; color: #FF0000;}

img {
	border-width: 3px;
	border-style: solid;
	border-color: #DDDDDD;
}


.imgnoborder {
	border: none;

}




</style>