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

body {
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #FFFFFF;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #a0d06a;
	text-decoration: none;
}
