BODY {
	scrollbar-darkshadow-color:#66CC99;
    scrollbar-track-color:#438787;
    scrollbar-face-color:#339999;
    scrollbar-shadow-color:#009999;
    scrollbar-highlight-color:#A0CFCF;
    scrollbar-3dlight-color:#336666;
    scrollbar-arrow-color:#336666;
}

A:link {
	text-decoration: underline;
	color : #5F9EA0;
}
A:visited {
	text-decoration: underline;
	color : #FF6347;
}
A:active {
	text-decoration: underline;
	color : Green;
}
a{ font-family: "Arial", Arial, mono; text-decoration: none; cursor: hand}
a:hover {
	color: #006400;
}

input       {
	border-color: #009999;
	border-style:solid;
	background-color: #20B2AA;
	color: #8B0000;
}
input.send  {
	border-color: #D3D3D3;
	border-style:solid;
	background-color: Silver;
	color: Black;
}
select      {
	background-color: #f4f4f4;
	border-color: #BF8A8A;
	font-family: arial;
	color: Black;
}
textarea    {
	background-color: #f4f4f4;
	border-color: #D3D3D3;
	font-family: arial;
	color: Black;
}
