
a { text-decoration: underline; color: #33cccc; }	
a:hover { text-decoration: underline; color: #e51b24; }	


.entry {
	width: 701px;
	background: url(/common/img/bgLinks.gif) center center repeat-y;
	text-align: left;
	margin-top: -3px;
	}

.entryTop {
	width: 701px;
	height: 54px;
	background: url(/common/img/bgLinksTop.gif) top center no-repeat;
	}
	
.entry .text {
	position: relative;
	top: -20px;
	margin-bottom: -25px;
	}
	
.entry h2, .entry h3 { 
	margin: 0 0 0 35px; 
	color: #e41e30;
	font-family: "Georgia", Serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.4em;
	}

.entry a h3 { font-size: 1.3em; text-decoration: none; display: inline; }
.entry a:hover h3 { font-size: 1.3em; text-decoration: none; display: inline; }


.entry p.date { 
	color: #e41e30; 
	font-size: 1.2em;  
	}

.entry p { 
	margin: 0 35px 0 35px; 
	line-height: 2em;
	}
	
.width30 { width: 30%; float: left; }

.width30 ul li {}