body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0f0f0;
}
.link {
	font-size: 11px;
	font-weight: bold;
	color: F2EF32;
	text-decoration: none;
}
.link:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bullett {
	font-size: 11px;
	font-weight: bold;
	color: F2EF32;
	text-decoration: none;
}
p {
	font-size: 11px;
	font-weight: normal;
	color: 00008E;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: 00008E;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: F2EF32;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: F2EF32;
}