body {
	background-color: black;
}

a
	{
	text-decoration: none;
	color: #ed0000;
}

a:hover
	{
	color: red;
	text-decoration: underline;
}

.navs {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

.navs ul {
	list-style-image: url(images/bullet.gif);
	left-margin: 2px;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-color: #ed0000;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 110%;
}