h1 {
FONT-SIZE:18PT;
FONT-FAMILY:sans-serif;
BORDER-BOTTOM: double blue;
color:blue;
    }
    
h2 {
	FONT-SIZE:16PT;
	FONT-FAMILY:sans-serif;
	color:blue
    }

h3 {
	FONT-SIZE:14PT;
	FONT-FAMILY:sans-serif;
	color:blue;
    }
    
h4 {
	FONT-SIZE:12 PT;
	FONT-FAMILY:sans-serif;
	color:black;

    }
h5 {
	FONT-SIZE:12 PT;
	FONT-FAMILY:monospace;
	color:black;
	fond-stretch:condensed;
	MARGIN-TOP:14PT;
    }
h6 {
	FONT-SIZE:8PT;
	FONT-FAMILY:sans-serif;
	BORDER-TOP: solid thin blue;
	MARGIN-TOP:16PT;
	color:black;
    }
    
p {
	font-size:10PT;
	font-family:sans-serif;
	color:BLACK;
	text-align=left
     }

li {
	FONT-SIZE:10 pt;
	FONT-FAMILY:monospace;
	COLOR:black;
   }
body {
	background-color:#ffffff;
	font-family:sans-serif;
	font-size=10;
     }

a	{
color:red;
background:transparent;
font:14px arial, verdana, helvetica, sans-serif;
text-decoration:underline;
	}

a:visited	{
color:green

	}

a:hover, a:active, a:focus	{
color:red;
background:transparent;
border:0;
	}
a.block
	{
	color:#ffffff;
	background-color:green;
	display:block;
	text-align:center;
	width:125px;
	height:18px;
	border:black solid 1px
	padding:2px;
	font:14px arial, sans-serif;
	}
a.block:hover
	{
	color:#ffffff;
	background-color:#006699;
	}

		
