/* CSS Document */
A, A:visited{
	color: #666666;
	text-decoration: underline;
}
A:hover{
	color: #000000;
	text-decoration: underline;
}
body{
	background-color: #E69999;
}
.date{
	color: #FFFFFF;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #666666;
	font-weight:  bold;
	text-decoration: none;
}
.footer A:hover{
	color: #000000;
	text-decoration: none;
}
.linkc{
	color: #666666;
}
.t{
	font-size: large;
	color: #CC0000;
}
td{
	font-size: 13px;
	font-family: arial, verdana, times;
	color: #666666;
}