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

.normal {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.Big {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:36px;
	color:#999;
}

.Semi-Big {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:23px;
}




a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: none;
}
a:active {
	color: #039;
	text-decoration: none;
}
a {
	font-weight: bold;
}
