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

.text {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #999999;
	letter-spacing: 2px;
}
.titles {
	font-family: Tahoma;
	font-size: 22px;
	line-height: 18px;
	font-weight: 400;
	color: #999999;
	letter-spacing: 2px;
}
.midtitles {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #999999;
	letter-spacing: 2px;
}
a:link {
	color: #999999;
}
a:hover {
	color: #FFFF00;
}

