/* CSS Document */
A, A:visited{
	color: #CC0000;
	text-decoration: none;
}
A:hover, A:active{
	color: #CC0000;
	text-decoration: underline;
}
body{
	background-color: #333333;
}
.date{
	color: #777777;
}
.footer, .footer A, .footer A:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:hover, .footer A:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.left, .left A, .left A:visited, .left A:hover, .left A:active{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.left td{
	background-color: #EB181E;
	border-top: #F26A6D 1px solid;
	border-bottom: #666666 1px solid;
}
.news, .news A, .news A:visited{
	color: #838383;
	font-size: medium;
	text-decoration: none;
}
.news A:hover, .news A:active{
	color: #FF0000;
	font-size: medium;
	text-decoration: none;
}
.red{
	color: #CC0000;
}
.t{
	color: #000099;
	font-size: large;
}
td{
	font-size: 13px;
	font-family: arial;
}