body {
	ackground-image: url(/images/back.jpg);
}
tr,td {
	font-family: arial;
	font-size: 9pt;
	font-color: #F00000;
}
a:link {
	color: gray;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: underline;
}
input {
	font-family: Arial; font-size: 14px; color: #000000; margin: 1px; padding: 2px; border: 1 dashed #CCCCCC
}
SELECT, OPTION {
	font-family: Tahoma;
	padding: 2px;
	font-size: 8pt;
	color: #000000;
	background-color: #EEEEEE;
	border: outset 1px #adff2f;/*for demonstration only*/
}

a.class10:link	{ text-decoration: underline; color : navy }
a.class10:visited { text-decoration: underline; color : navy; }
a.class10:hover { text-decoration: underline; color : red }

