body { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

a:visited {
	color: #6688AA;
	text-decoration: none;
}

td {
	font-size: 11px;
}

.bordered {
	border-color: #6688AA;
	border-style: solid;
	border-width: 1px;
}

