﻿/* set dimensions, alignment, background-color for ad space */
.hopfeed_div {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
	width: 160px;
	height: 600px;
}

/* set dimensions, alignment, background-color for ad space */
.hopfeed_header {
	font-size:9pt;
}

/* set the <ul> display format and margins */
.hopfeed_ul {
	list-style:none;
	margin: 0;
	padding: 0 0 0 0;
}

/* set the <li> display format and margins */
.hopfeed_li {
	margin:0px;
	padding:0px;
}

/* set the normal title link font */
.hopfeed_link a{
	font-size:9pt;
	font-weight: bold;
	color:#690000;
}

/* set the mouseover title link font */
.hopfeed_link a:hover {
	color:#690000;
}

/* set the description font */
.hopfeed_desc {
	font-size:9pt;
	color:#000000;
}

