body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

A:link {
	color: #ffff00;
}

A:visited {
	color: #ffffff;
	text-decoration: underline;
}

A:active {
	color: #ffff00;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.subtitle,h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}

.navlinks A:link {
	color: #ffff00;
	font-size: 9;
	text-decoration: none;
}

.navlinks A:visited {
	color: #000000;
	font-size: 9;
	text-decoration: none;
}

.navlinks A:active {
	color: #ffff00;
	font-size: 9;
	text-decoration: none;
}

.navlinks A:hover {
	color: #000000;
	font-size: 9;
	text-decoration: underline;
}