a:link, a:active, a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.credit:link, a.credit:active, a.credit:visited {
	color: #CCCCCC;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.credit:hover {
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

body, td {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}


.smallcaps {
	font-size: 10px;
	text-transform: uppercase;
}

