@charset "utf-8";
/* CSS Document */

Body{
	margin:0px;
	background-color:#58aa01;
}
.Text{
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
}
A:Link{
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
}
A:Visited{
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
}
A:Hover{
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color: #7ff402;
	text-decoration:underline;
}