p            { font-family: 'Courier New', Courier, mono; font-size: 12px; 
               text-align: left; font-weight: normal; color: #000000}
h1           { font-family: 'Courier New', Courier, mono; font-size: 16px; 
               text-align: right; font-weight: bold; color: #808080}
h2           { font-family: 'Courier New', Courier, mono; font-size: 14px; 
               text-align: left; font-weight: bold; color: #0000ff}
h3           { font-family: 'Courier New', Courier, mono; font-size: 16px; 
               text-align: center; font-weight: bold; color: #0000ff}
h4           { font-family: 'Courier New', Courier, mono; font-size: 14px; 
               text-align: left; font-weight: bold; color: #004000}
h5           { font-family: 'Courier New', Courier, mono; font-size: 20px;
               text-align: center; font-weight: bold; color: #993300}
table        { font-family: "Courier New", Courier, mono; font-size: 12px}

body
{
scrollbar-face-color:#004000;
scrollbar-arrow-color:#e3f8e3;
scrollbar-track-color:#e3f8e3;
scrollbar-shadow-color:#e3f8e3;
scrollbar-highlight-color:#e3f8e3;
scrollbar-3dlight-color:#e3f8e3;
scrollbar-darkshadow-Color:#004000;}

a{
	font-family: courier new;
	color: #004000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	font-family: courier new;
	color: #004000;
	font-weight: bold;
	font-size: 14px;
	text-decoration:underline;
}


