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

body {
	background-color: #302D2C;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: small;	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

#area {
	width: 155px;	
}

.date {
	margin: 8px 0px 0px 0px;		
}

.date img {
	margin-right: 3px;		
}

.text {
	padding: 0px 0px 8px 0px;
	border-bottom: 1px #494545 solid;	
}
