body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.Body_Left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	color: #000;
}
.Body_Center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.img_left {
	float: left;
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
}
/*Footer for Links*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#0055A6;
	text-decoration:underline;
}
.footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.I2DFooterStyle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 15px;
}
.I2DFooterStyle a:link {
	color:#333;
}
.I2DFooterStyle a:visited {
	color:#333;
}
.I2DFooterStyle a:hover {
	color:#0055A6;
	text-decoration:underline overline;
}
h3 {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000;
/*	color: #FFF;*/
}
a:visited {
	color: #000;
}
a:hover {
	color: #C00;
}
a:active {
	color: #000;
}

/*RSS Feed Settings*/
<style type="text/css">

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
color:white;
}

.labelfield{ /*CSS for label field in general*/
color:white;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:black;
font-size: 90%;
}

#kegfeed{ /*Demo 3 main container*/
	color:#4ACDFF;
	width: 180px;
	height: 250px;
	border: 1px solid green;
	padding: 4px;
}
#kegfeed a:link{ /*Demo 3 main container*/
color:white;
}

#kegfeed div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}

.Head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.LeftCol_bkg {
	background-image: url(images/left_col_bkg.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
}

