
body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}


p {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover {
	color: #3300ff;
	text-decoration: underline;
}

.news {
	color: #ffcc33;
}

a.nav {
	font-size: 12px;
	font-weight: bold;
	border: thin ridge #FF0000;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	filter: Xray;
	line-height: 300%;
	padding: 4px;
	color: #00CC00;
}

a.nav:hover {
	font-size: 12px;
	font-weight: bold;
	border: thin ridge #006600;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	filter: Xray;
	line-height: 300%;
	padding: 4px;
	color: #FFCC00;
}

.content {
	padding: 10px;
}