	body {
	 background-image:url(images/bg.gif);
	 }
	
	body td p {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12;
	 }

.vertLine {
	border-left:#003300 dotted 1px;
	height:98%
	}	
.horzLine {
	border-top:#003300 dotted 1px;
	width:100%;
	}
	
a {
	text-decoration:none;
	color:#000066;
	font-weight:bold;
	}	
	
	.heathclass{
	width: 390px;
	padding: 5px;
	background-color: #F3F3F3;
	border:#003300 dotted 1px;
	margin-bottom: 1em;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
	font-size:12px
	}
	
	.heathclass a{
	text-decoration: none;
	}
	
	.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-weight: bold;
	}
	
	.rssdate{ /*shared class for all date elements in an RSS feed*/
	color: gray;
	font-size: 85%;
	}
	
	.rssdescription{ /*shared class for all description elements in an RSS feed*/
	}

	.table td{
	border:#003300 dotted 1px;
	background:#F3F3F3;
	}
	

.someclass{ //class to apply to your scroller(s) if desired
}	
