h1 {

	FONT-SIZE:12PT;
	FONT-FAMILY:sans-serif;
	BORDER-BOTTOM: thin blue;
	color:blue;
    }
    
h2 {
	FONT-SIZE:10PT;
	FONT-FAMILY:sans-serif;
	BORDER-BOTTOM: dotted thin blue;
	color:blue;
    }

h3 {
	FONT-SIZE:10PT;
	FONT-FAMILY:sans-serif;
	color:blue;
    }
    
h4 {
	FONT-SIZE:8 PT;
	FONT-FAMILY:monospace;
	color:black;

    }
h5 {
	FONT-SIZE:10 PT;
	FONT-FAMILY:monospace;
	color:black;
	fond-stretch:condensed;
	border-bottom: solid thin blue;
    }
h6 {
	FONT-SIZE:8PT;
	FONT-FAMILY:sans-serif;
	BORDER-TOP: solid thin blue;
	color:black;
    }
    
p {
	font-size:10PT;
	font-family:sans-serif;
	color:BLACK;
	text-align=left
     }

li {
	FONT-SIZE:10 pt;
	FONT-FAMILY:sans-serif;
	COLOR:black;
   }
body {
	background-color:#FFFbCC;
	font-family:sans-serif;
	font-size=10;
     }

a	{
color:red;
background:yellow;
font:10 pt arial, verdana, helvetica, sans-serif;
text-decoration:underline;
	}

a:visited	{
color:green;
font:10 pt arial, verdana, helvetica, sans-serif;
background:yellow;
	}

a:hover, a:active, a:focus	{
color:red;
background:yellow;
	}
a.block
	{
	color:#FFFFCC;
	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;
	}

		
