/* CSS Document */

a:link {text-decoration: underline; color: #FFFFFF;}
a:visited {text-decoration: none; color: #FFFFFF;}
a:active {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: underline; color: #FFFFFF;}

a.gallery-thumb:link{text-decoration: underline; color: #000000;}
a.gallery-thumb:visited {text-decoration: none; color: #666666;}
a.gallery-thumb:active {text-decoration: none; color: #666666;}
a.gallery-thumb:hover {text-decoration: underline; color: #FF0000;}


body{
	margin-left: 0px;
	margin-top: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
}

table{
	border: 0;
	padding: 8px; 
	margin: 0px; 
	width: 700px;
}

td{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}

.bios{
	width: 300px;
	height: 275px;
	text-align: center;
	padding: 8px; 
}

.bio-ann{
	color: #CC0066;
	font-size: large;
	text-decoration: underline;
}

.bio-joe{
	color: #33CCCC;
	font-size: large;
	text-decoration: underline;
}

.bio-text{
	color: #FFFFFF;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}

.footer-text{
	color: #FFFFFF;
	font-size: large;
}

p{
	text-align: center;
}

.header-ann{
	font-family: Arial;
	font-size: xx-large;
	color: #CC0066;
	font-style: italic;
	font-weight: bold;
}

.header-joe{
	font-family: Arial;
	font-size: xx-large;
	color: #33CCCC;
	font-style: italic;
	font-weight: bold;
}


.click-info{
	font-family: Arial;
	font-size: small;
	color: #808080;
	font-style: italic;
	font-weight: bold;
}
.gallery-table{
	border: 0;
	width: 600px;
	background-color: #808080;
	padding-bottom: 0px;
	padding-top: 10px;
}

.title{
	text-align: center;
	vertical-align: top;
	font-size: small;
	padding-top: 0px;
	padding-bottom: 25px;
}

