@charset "UTF-8";
/* CSS Document */



#container {
	height: 250px;
	width: 230px;
	overflow: hidden;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
}


.postTitle a:link {
	text-decoration: none;
	color: #666666;
}
.postTitle a:visited {text-decoration: none; color: #666666;}
.postTitle a:active {text-decoration: none; color: #666666;}
.postTitle a:hover {
	text-decoration: underline;
	color: #333333;
}


.dateTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	line-height: 10px;
}



.postTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	text-align: left;
	word-spacing: normal;
	line-height: 14px;
	vertical-align: top;
}

#linkContainer {
	height: 300px;
	width: 245px;
	overflow: auto;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 400px;
	background-color: #CCCCCC;
}



