* {
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
}
body {
	background: #232323;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	color: #000;
}
a {
	font-size: 13px;
	text-decoration: none;
	color: #0E3E6E;
}
a:hover {
	text-decoration: underline;	
}

p {
margin: 3px 40px 10px 38px;
text-align: justify;
}

input, textarea, select {
	color: black;
	background: #F2F2F2;
	font-size: 11px;
	font-weight: bold;
	border: solid #868686 1px;
}

.countertext {
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 15px;	
}

.counter {
	font-family: calibri, arial, verdana, sans-serif;
	font-size: 22px;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 14px;
	background: #2F2F48;
}
