a { 
	color: #A39C9E;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a:hover { 
	color: #8F0C34;
	font-weight: bold;
	text-decoration: underline overline;
}
body {
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
}
td {
	font-size: 11px;
}
input {
	background-color: #DCDCDC;
	border: 1px;
	font-size: xx-small;
}

