<head>
<title>Text Styles</title>
<style type="text/css">
BODY
{
    FONT-FAMILY: Verdana, sans-serif;
    FONT-SIZE: 75%;
}
p { text-indent: oem; margin-top: 0.5em;
		margin-bottom: 0; margin-left: 10%; margin-right: 7%; 
		COLOR: navy;}
H1
{
    FONT-SIZE: 200%; COLOR: navy;
		margin-left: 10%; margin-right: 7%;
    FONT-FAMILY: Garamond, "Times New Roman", serif
}
H2
{
    FONT-SIZE: 150%; COLOR: navy;
		margin-left: 10%; margin-right: 7%;
    FONT-FAMILY: Garamond, "Times New Roman", serif
}
H3
{
    FONT-SIZE: 100%; COLOR: navy;
		margin-left: 10%; margin-right: 7%;
    FONT-FAMILY: Garamond, "Times New Roman", serif
}

a.pl {TEXT-DECORATION: none;}
a:link { color: navy}
a:visited { color: navy}
a:active { color: rgb(255, 0, 102) }
a:hover { color: #0000FF; text-decoration:underline}
</style>
</head>