/* CSS Document */

body{
	margin:none;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#6C8916;
	font-family:Arial, Helvetica, sans-serif;
}

.txt{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}
.mail{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color: #333333;
}
.mail:hover{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color: #FF0000;
}