/* CSS Document */
A, A:visited, A:active{
	color: #CCCCCC;
	text-decoration: underline;
}
A:hover{
	color: #FFCC00;
	text-decoration: underline;
}
body{
	background-color: #000000;
}
.content{
	border: #333333 1px solid;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #666666;
	text-decoration: none;
}
.footer A:hover{
	color: #666666;
	text-decoration: underline;
}
.home, .home A, .home A:visited, .home A:active{
	color: #999999;
	text-decoration: none;
}
.home A:hover{
	color: #999999;
	text-decoration: underline;
}
.t{
	font-size: large;
	color: #666666 1px solid;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
	color: #CCCCCC;
}