body { color: #000; font-size: x-small; font-family: Tahoma;  }
td { color: #000; font-size: x-small; font-family: Tahoma;}
a { color: #000; font-size: x-small; font-family: Tahoma; font-weight: bold }
a:active { color: #000; font-size: x-small; font-family: Tahoma; font-weight: bold }
a:link { color: #000; font-size: x-small; font-family: Tahoma; font-weight: bold }
a:vlink { color: #000; font-size: x-small; font-family: Tahoma; font-weight: bold }
a:visited { color: #000; font-size: x-small; font-family: Tahoma; font-weight: bold }
a:hover  { color: #f03; font-size: x-small; font-family: Tahoma; font-weight: bold }
select {
	border:0px;
	background-color: Blue;
	color: white; font-size: x-small; font-family: Tahoma; font-weight: bold;
	 
}
input 	{
	background-color: white;
	color: white;
	font-size: x-small;
	font-family: Verdana;
	border: thin solid;
	color: black;
}
textarea 	{
	background-color: white;
	color: white;
	font-size: x-small;
	font-family: Verdana;
	border: thin solid;
	color: black;
}