<HTML>
<HEAD>
<TITLE>Style Sheet</TITLE>

<style type="text/css">

p { 
"Palatino Linotype", "Book Antiqua", Palatino, serif,
}

a:link {  font-size:25px;}
a:visited { font-size:25px;}
a:active {  font-size:15px;}
a:hover {  font-size:25px;}
text {font-size:25px;}

body {font-size: 100%;}
h1 {font-size:30px;}
h2 {font-size: 25px;}
p {font-size: 20px;}

A:link { text-decoration: underline; color:#0000CC; }
A:visited { text-decoration: underline; color:#9900CC; }
A:hover { text-decoration: underline; color:#FF9966; }
body { background-color: #FDF5E6 }
</style>

</HEAD>
<BODY>

</BODY>
</HTML>

