BODY {
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#B1B1B1;
	scrollbar-track-color:#F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}	
	
a:link {
	color: #5A5AD1;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #400080;
}
/* commenting text here. Another variation that I originally had, more subtle.
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6666FF;
	
}
*/ 

a:hover {
	font-weight: bolder;
	color: #5ED5D5;
	
}

a:active {
	text-decoration: none;
	font-weight: bolder;
}


.maintxt {
	font-family: Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 8px;
}

div.contentscroll {
	height: 400px;
	width: 415px;
	overflow: auto;
	background-color: #FFFFFF;

	font-family:Helvetica, Verdana. Arial, sans-serif;
	font-size: 13px;
	margin: 5px;
	
}
div.galleryscroll {

	height: 400px;
	width: 415px;
	overflow: auto;
	background-color: #FFFFFF;

	font-family:Helvetica, Verdana. Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
}
