body {
	background-color: #FBFCB5;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-shadow-color: #FBFCB5;
	scrollbar-face-color: #FBFCB5;
	scrollbar-highlight-color: #FAFF6C;
	scrollbar-darkshadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	font-family: Times New Roman;
    font-size: 25px;
    color: #000000;

}

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #FFBA00;
}


h1 {
	font-family: Impact;
    font-size: 25px;
    color: #008000;
    font-weight: 700;
    text-decoration: underline;
}

h2 {
	font-family: Times New Roman;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

h3 {
	font-family: Times New Roman;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
}

input {
	border-top: #008000 solid thin;
    border-bottom: #008000 solid thin;
    border-right: #008000 solid thin;
    border-left: #008000 solid thin;
    color: #008000;
    font-family: Verdana, Helvetica;
    font-size: 12px;
    background-color: #FAFF6C;
}

textarea {
    border-top: #008000 solid thin;
    border-bottom: #008000 solid thin;
    border-right: #008000 solid thin;
    border-left: #008000 solid thin;
    color: #000000;
    font-family: Verdana, Helvetica;
    font-size: 12px;
    background-color: #FAFF6C;
}

#link {
 text-align:center;
 margin-top:10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:8pt;
 color:#008000;
 font-weight:700;
 padding-top:9px;
 padding-bottom:10px;
 text-decoration:none;
}

#link a {
 color:#008000;
 text-decoration:none;
}

#link a:active {
 color:#008000;
}

#link a:hover {
 color:#000000;
 font-size:8pt;
 padding-bottom:2px;
 border-bottom:dotted #008000;
}













