body { 
	background: #D8D8E1 url(images/osprey.jpg) repeat scrolling; 
	background-color: #D8D8E1;
	background-image: url(images/osprey.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000; 
	font-weight: normal; 
	font-family: "Times New Roman", serif; 
	font-size: 12pt;
	margin: 1em;
}
#avianhome {
	background: white;
}
h1 { 
	color: #000000; 
	font-family: Arial; 
	font-size: 24pt; 
	text-align: center; 
}
h2 { 
	color: #000000; 
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 2em; 
}
tr { 
	padding: 0; 
}
.copyright { 
	font-family: Arial;
	font-size: 7pt; 
	font-weight: normal; 
	/* margin: 0em;  */
}
.list {
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-indent: 5em;
}
p.image { 
	margin: 0em; 
	text-align: center; 
}
p {
	margin: 2em; 
	text-align: left; 
	font-family: serif; 
}
a {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #7171be
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #898989
}

/* 
   strong { font-weight: bold }
   a:link { color: red; text-decoration: none }
   a:active { color: olive;  text-transform: uppercase }
   a:visited { color: #cc33cc; font-size: 85%; text-decoration: none }
 */
