body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #424242;
	background: #75da50 url(../images/bg.jpg) scroll top center repeat-x;
}

.text{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #424242;
	text-decoration:none;
	text-align: left;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #424242;
	text-decoration:underline;
	text-align: left;
}

.text a:hover {
	color: #133E04;
	text-decoration: underline;
	background-color: #74DA4F;
}

.text2, .text2 a:link, .text2 a:visited, .text2 a:active{
	font-family: Verdana, sans-serif;
	font-size: 17px;
	color: #424242;
	text-decoration:underline;
	text-align: left;
	font-weight:bold;
}

.text2 a:hover {
	color: #133E04;
	text-decoration: none;
	background-color: #74DA4F;
}


.red, .red a:link, .red a:visited, .red a:active{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration:none;
	text-align: justified;
}