body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
h1 {
	background-color: #FF0000;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h3 {
	background-color: #006699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #6A0000;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline overline;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
.pic {
	border: 4px solid #0066CC;
}

