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

#topicsbox {
	font-size:14px;
	width:420px;
}

.day {
	width:97px;
}

#topicsbox tr {
	background:url(../images/line.jpg) 0 bottom no-repeat;
}

#topicsbox td {
	text-align:left;
	line-height:1.3;
	padding:8px 0 8px 0;
}

#topicsbox a {
	color:#067d94;
}

#topicsbox a:hover {
	color:#1ca4be;
}

#topicsbox span {
	color:#f067d94;
}

a{
	color: #eb4e59 !important;
	text-decoration: none;
}

a:hover{
	color: #eb4e59 !important;
	text-decoration:underline;
}

a:visited{
	color: #eb4e59 !important;
	text-decoration: none;
}