/* CSS Document */
A, A:visited, A:active{
	color: #333333;
	text-decoration: underline;
}
A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #333333;
	text-decoration: underline;
}
.main{
	border: #009933 1px solid;
	background-color: #A7FC9A;
}
.t{
	font-size: 20px;
	color: #009933;
	font-weight: bold;
}
td{
	font-size: 12px;
	color: #333333;
	font-family: arial, verdana, times;
}