
a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	background: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #FFFF33;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	color: #575744;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;	

}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

h5 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

h6 {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

p, td {
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
}

.btconame {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.btcopyrights {
	font-size: 12px;
}

#nav a:hover {
	background: #4F4E3C;
}
