/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html{overflow-y: scroll;}

body {
	background-color:#fff3d2;
	margin: 5px 20px 0px 20px;
	font-size: 11px;
	color: #6B5249;
}

body div {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #6B5249;
	text-decoration: none;
}
a:hover {
	color: #AA8C82;
	text-decoration: underline;
}
a:active {
	color: #FFCCCC;
	text-decoration: underline;
}

#catch {
	width:720px;
	padding-bottom:4px;
	border-bottom:1px #987D55 dashed ;
	font-size:12px;
	color:#D12027;
	letter-spacing: 12px;
}

.news {
	width:720px;
	padding:1px 0px 1px 0px;
	border-bottom:1px #987D55 dashed ;
	clear:both;
	float:left;
}

.date {
	font-size:10px;
	width:70px;
	margin-left:10px;
	padding-top:1px;
	float:left;
	letter-spacing: 2px;
	line-height: 18px;
}
	
.message {
	width:620px;
	float:left;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
}
	
