body {
	font-size: small;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



h1 {
	font-size: 24px;
	color: #990000;
	border: thick double #990000;
	padding: 5px;
}
a:visited {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}


h2 {
	font-size: 18px;
	color: #000000;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a:link {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #0066FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: -5px;
}

