P, BODY, TD, H1,H2,H3,H4,H5,H6 {font-family: verdana, tahoma, arial, helvetica, geneva; font-size: "90%"} 

  body { background: white; }

A {color : #6A5ACD;
	text-decoration : underline;}


A:visited {color: #8B4513;
text-decoration: underline}

A:active {color: #B22222;
background: transparent;
text-decoration: underline}

A:hover {color: #FF0000;
background: transparent; 
text-decoration: none}

FORM		{
	margin-top: 2px; margin-bottom: 2px;
	margin-left : 0px;
	margin-right : 0px;
}
INPUT		{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	background-color: #dcdcdc;
}
TEXTAREA	{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	background-color: #dcdcdc;
}
SELECT		{
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #dcdcdc;
}

.button {
background-color: #dddddd;
border-color: #660000;
border-style: solid;
border-width: 1;
color: #660000;
font-size: 10px;
font-family: verdana;
font-weight: bold;
}