body {



	background-color: #FFFFF;



	background-image: url(images/background.jpg);



	background-repeat: repeat-x;



}

.foot {

	font-family: Arial, Helvetica, sans-serif;

	color: #000080;

	font-weight: bold;

	font-style: italic;

	font-size: 12px;

}

.body {

	font-family: Arial;

	font-size: 14px;

	font-style: normal;

	margin-left: 5px;

	margin-right: 5px;

}

.title {

	font-family: Arial, Helvetica, sans-serif;

	color: #000080;

	font-weight: bold;

	font-size: 16px;

	text-align: center;

}

.events {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #FF0000;

	padding:0px 5px 0px 5px;

}



.rssclass{

width: 280px;

padding: 6px;

background-color: lightyellow;

border: 1px solid #004A00;

filter: progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. */

-moz-opacity: 0.8; /*Specify fade effect in Firefox. */

}



.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*/

}



