<!-- start my_styles.css style -->
<style>

a:link	{
	color: #000000;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFF66;
}

a:visited {
	color: #006F3A;
}

.banner {
	width: 700px;
	font-family: Times, Times New Roman, serif;
	cellspacing: 20px;
	border-bottom: #000000 2px solid;
	border-top: #000000 2px solid;
	font-size: 60px;
	line-height: 60px;
}

.navigation {
	border-bottom: #000000 2px solid;
	width: 700px;
	height: 35px;
	font-family: Times, Times New Roman, serif;
	cellspacing: 3px;
	cellpadding: 5px;
	font-size: 18px;
}

.footer {
	width: 700px;
	height: 75px;
	font-family: Times, Times New Roman, serif;
	border-bottom: #000000 2px solid;
	border-top: #000000 2px solid;
	cellspacing: 3px;
	cellpadding: 5px;
	font-size: 18px;
	line-height: 22px;
}

.content {
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
	line-height: 18px;
	border-top: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 0px;
	border-right: 10px;
	width: 700px
}

.bio {
	font-family: Times, Times New Roman, serif;
	font-size: 16px;
	line-height: 19px;
	width: 700px
}



</style>
<!-- end my_styles.css style -->