body, table, tr, td {
	font: 8pt arial; 
	color: #666666;
	letter-spacing: 0px;
    background-color: #FFFFFF;
}

a:link, a:visited {
	font-weight: bold;
	color: #333333;
    text-decoration: underline;}

a:hover, a:active {
    font-weight: bold;
	color: #FF0000;
    text-decoration: underline;}

input, textarea, option, select {
	background-color: #FFFFFF;
	font: 8pt arial;
	color: #333333;
	letter-spacing: 1px;
	border: 1px solid #FF0000;
	padding:2px; }
