/* CSS Document */
A, A:visited{
	color: #CC0000;
	text-decoration: none;
}
A:hover, A:actice{
	color: #CC0000;
	text-decoration: underline;
}
body{
	background-color: #666666;
}
.code{
	color: #000099;
}
.dir, .dir A, .dir A:visited{
	color: #000000;
	text-decoration: none;
}
.dir A:hover, .dir A:active{
	color: #000000;
	text-decoration: underline;
}
.footer, .footer A, .footer A:visited{
	color: #999999;
	text-decoration: none;
}
.footer A:hover, .footer A:active{
	color: #999999;
	text-decoration: underline;
}
.gray, .gray A, .gray A:visited{
	color: #666666;
	text-decoration: none;
}
.gray A:hover, .gray A:active{
	color: #666666;
	text-decoration: underline;
}
.header, .header A, .header A:visited{
	color: #DDDDDD;
	text-decoration: none;
}
.header A:hover, .header A:active{
	color: #DDDDDD;
	text-decoration: underline;
}
.left, .left A, .left A:visited{
	color: #3F4F5F;
	text-decoration: none;
}
.left A:hover, .left A:active{
	color: #3F4F5F;
	text-decoration: underline;
}
.linkc{
	color: #CC0000;
}
.t{
	font-size: large;
	color: #000099;
}
td{
	font-size: 13px;
	font-family: arial;
}
.user, .user A, .user A:visited{
	color: #FFCC00;
	text-decoration: none;
}
.user A:hover, .user A:active{
	color: #FFCC00;
	text-decoration: underline;
}