/* paul humphrey - all pages */
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FFCC33;	
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 700;
	margin: 5px 0px 5px 50px;
}
/*---top nav link---*/
a.link:link {
	color: #FFFFFF;
	text-decoration: none;	
}
a.link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:active  {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:hover {
	color: #CCCC99;
	text-decoration: none;	
}
#style1 { 
	color: #FFCC33;
}
#go_back {
	text-align:center;
	color: #CC9933;
}
/* Border around Thumbs */
a.bor:link, a.bor:active, a.bor:visited  {
	border: #000000 1px solid;
	display: block;
	width: 50px;
	height: 50px;
}
a.bor:hover   {
	border: #FFFFFF 1px solid;
	display: block;	
	width: 50px;
	height: 50px;
}
