<STYLE TYPE-"type/css">


body { background-image: url(bearback.jpg)}
A:link {color: #80FF00}
A:visited {color: #FF00FF}
a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: green; text-decoration: underline }

a.header:link { color: #F5DFA6; text-decoration: none; font-size: 16pt }
a.header:active { color: red; text-decoration: none; font-size: 16pt}
a.header:visited { color: #F5DFA6; text-decoration: none; font-size: 16pt }
a.header:hover { color: #E8B631; text-decoration: underline; font-size: 16pt }

a.main:link { color: green; text-decoration: none }
a.main:active { color: yellow; text-decoration: none }
a.main:visited { color: green; text-decoration: none }
a.main:hover { color: green; text-decoration: underline; background: #F9EDED }

a.footer:link { color: green; text-decoration: none }
a.footer:active { color: yellow; text-decoration: none }
a.footer:visited { color: green; text-decoration: none }
a.footer:hover { color: #7B6946; text-decoration: underline }

B.header {font-size: 16pt; color: #310E15}

H1 {font-size: 24pt; font-family: arial}
H2 {font-size: 18pt; font-family: braggadocio}
H3 {font-size:14pt; font-family: desdemona}
h3.header {font-size: 12pt}
body {
	font-size:14pt;
	font-family: dedemona;
	background-image: url(images/bearback.jpg);
}



</STYLE> 
