/* CSS Document */

body {
	margin:20px 20px 20px 20px;
	background:#FFFFFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	padding: 5px; }

A {
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	left: 10px;
}

h1 {
	font-size: small;
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

a:link {
	text-decoration: underline;
}
a:hover {
	background-color: #333300;
	color: #FFCC99;
}

td {
	border-color: #2C2225;
	border-style: dotted;
	border-width: 1px;
}	