<style>{  }
body {
	background: #C0FFFF url('logo.gif') no-repeat;
	background-possition:top center; background-repeat:no-repeat; background-attachment:scroll
}


HTML>body {
	background: #C0FFFF url('logo.gif') no-repeat;
	background-possition:top center; background-repeat:no-repeat; background-attachment:scroll
}

p {
	font-family:Arial; font-size:12pt; color:#191970;
}

HTML>p {
	font-family
}

p.small {
	font-family:Arial; font-size:10pt; color:#191970;
}

HTML>p.small {
	font-family="arial"; font-size:10pt; color:#191970;
}

a {
	font-family:Arial; font-size:12pt; color=#191970;
}
a:visited {
	color:#FF0000
}
a:active {
	background-color:#FFFF00;
}

a:hover {
	font-weight:bold;
	color:blue;
	background-color:#191919
}

HTML>a:hover {
	font-weight:bold;
	color:blue;
	background-color:#191919
}

h1 {
	font-family:Arial; font-size:24pt; color:#0000BB;
}


h2 {
	font-family:Arial; font-size:16pt; color:#191960;
}

head {
<link rel="icon" href="pterosaur.ico" type="image/x-icon" />
<link rel="shortcut icon" href="pterosaur.ico" type="image/x-icon" /> 
}
HTML>head {
<link rel="icon" href="pterosaur.ico" type="image/x-icon" />
<link rel="shortcut icon" href="pterosaur.ico" type="image/x-icon" /> 
}

-->
</style>

