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

.basictext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#4B1818;
	font-weight:100;
}

.basictext2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#A43C3C;
	font-weight:bold;
}
.basictext3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#A43C3C;
	font-weight:bold;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #900;
}
	