/* CSS Document */
BODY {
	background: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
p { color: #333333; background-color: inherit; font-family: Verdana, Arial, Helvetica; font-size: 12px; text-align: justify;}
h3 { background-color: inherit; color:#009900; font-family: Verdana, Arial, Helvetica; font-size: 15px;}
h2 { background-color: inherit; color:#330066; font-family: Verdana, Arial, Helvetica; font-size: 16px; text-decoration: none; font-weight: bold; }
a:link, a:visited, a:active { color: #990000; background-color: inherit; text-decoration: none; font-style: inherit ; font-weight: bold;}
a:hover { text-decoration: underline;}
li {color: #330066; background-color: inherit; font-family: Verdana, Arial, Helvetica; font-size: 12px; text-align: left; font-weight: bold;}

.photo {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border: thin none #99cc99;
}

.sideline {
	float: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
	font-size: 12px;
	border: thin none #330066;
}
