@charset "utf-8";
/* CSS Document */

h1
{
font-size: 160%;
font-family:Arial; 
color:#006600;
margin-top:-0px;
margin-bottom:-0px;}
h2
{
font-size: 130%;
font-family:Arial; 
color:#006600;
margin-top:-0px;
margin-bottom:-0px;}
h3
{
font-size: 130%;
font-family:Arial; 
color:#006600;
margin-top:-0px;
margin-bottom:-0px;}
h4
{

font-family:Arial; 
color:#006600;
font-size: 120%;
margin-top:-0px;
margin-bottom:-0px;
}
h5
{
font-size: 100%;

}
h6
{
font-size: 70%;

}

A.example1
{
    BACKGROUND-COLOR: black
}
button
{
	background-color:#FFFFFF;
	bordercolor:#FFFFCC;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
option
{
	background-color:#FFFFFF;
	bordercolor:#FFFFCC;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
submit
{
	background-color:#FFFFFF;
	bordercolor:#FFFFCC;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
text
{
	background-color:#000000;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#FFFFFF;
}

A:link { text-decoration: none;  }
A:visited { text-decoration: none;  }
A:hover { text-decoration: underline; color:#006600; }