@charset "UTF-8";
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C1D82F;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.textbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.greentextbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #C1D82F;
}
.textwhitebig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	background-color: #C1D82F;
	margin-top: 20px;
}
.greendots {
	color: #9AC022;
	
}
a:link {
	color: #333333;
}
