body, td {
	font-family: Tahoma, Verdana;
	font-size: 13px;
}
th {
	font-size: 16px;
	font-weight: bolder;
}
a, a:active {
 color: Blue;
 background-color: transparent;
 text-decoration: underline;
}
a:hover {
	color: Black;
	background-color: Silver;
	text-decoration: none;
}
h1 {
	font-size: 22px;
}
SELECT {
	font-size : 9px;
	border : 1px solid Silver;
	color : Black;
	font-family : Tahoma, Verdana;
	/*float : left;*/
}
FORM{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

TEXTAREA {
	font-size : 9px;
	border : 1px solid Silver;
	color : Black;
	font-family : Tahoma, Verdana;
}
INPUT {
	font-size : 9px;
	border : 1px solid Silver;
	font-family : Tahoma, Verdana;
}