.text {
	font-family: Tahoma;
	font-size: 11px;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.titles {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
body {
	background-image: url(images/bg.gif);
}
