body {
	background-color: #000000;
	padding: 20px;
}

body,td,th {
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Remove to see if it helps...
.imglink {
	/*  border: 2px solid #000000 ; /* 
	border: 0;
}
*/

a:link img, a:visited img {
	text-decoration: none;
	color: #000000;
	border: 2px solid #000000; 
	/*	color: #9999CC; /* Denny's mod for testing */
}
a:hover img, a:active img{
	text-decoration: none;
	color: #9999FF;
	border: 2px solid #9999FF; 
}

a:link, a:visited {
	text-decoration: none;
	color: #FFCC99;
	border: 0;
}

a:hover, a:active {
	text-decoration: none;
	color: #9999FF;
	border: 0;
}

.style1 {font-size: small}
.style2 {color: #FFCC99}

/* Get rid of special code for masthead. dpb 070709. 
#masthead a, #art a, #artnofloat a, #artfloatright a {
	text-decoration: none;
	color: #000000;
	/*	color: #9999CC; /* Denny's mod for testing
}

#masthead a:hover, #art a:hover, #artnofloat a:hover, #artfloatright a:hover {
	color: #9999FF;
	/*	color: #9999CC; /* Denny's mod for testing
}
end comment out masthead stuff. */

#art {
	float:left;
	text-align:right;
	margin:10px 10px 10px 0px;
	width:520px;
}

#artnofloat {
	margin:10px 0px 10px 10px; /* Notice R margin -> 0 */
	width:815px;
}

#artfloatright {
	float:right;
	text-align:left;
	margin:10px 200px 10px 10px;
	width:200px;
}

#description {
	text-align:left;
	margin:10px 10px 10px 530px;
	width:280px;
}

#descriptionnofloat {
	text-align:left;
	margin:10px 10px 10px 10px;
	width:815px;
}

#descriptionfloatleft {
	text-align:left;
	margin:10px 300px 10px 10px;
	width:400px;
}

#visibleNotes {
	text-align:left;
}

#footer {
	clear:both;
	text-align:left;
	font-size:10px;
}