body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0px 0px;
	line-height: 1.4;
}
p {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px dotted #00BBFF;
}
a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid #00BBFF;
}
a:active {
	color: #00BBFF;
	text-decoration: none;
	border-bottom: 2px solid #00BBFF;
}
.date {
	color: #FF3333;
}
.maintext {
	text-align: center;
}
.maintext a {
	border-style: none;
}
hr {
	color: #FFFFFF;
	line-height: 0px;
	text-decoration: none;
	height: 1px;
	border-top: 3px dotted #CCCCCC;
	margin-left: 3px;
}
em {
	font-size: 90%;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
.important {
	font-weight: normal;
	color: #FF0066;
}
