@charset "utf-8";
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.textcentre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
.textform {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #000;
}
.textsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.textbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	font-weight: bolder;
}

