
A { font-weight: bolder; font-size: 16px; text-decoration: none }
	A:link { color: cyan; }
	A:visited { color: cyan; }
	A:hover { color: cyan; }
	A:active { color: cyan; }

BODY { background-color: black; font-family: verdana; color: white; }

HR { color: white; }

.curspoint { cursor: pointer; cursor: hand;}

.header { font-size: 20px; font-weight: 900; letter-spacing: 7px; background-color: white; color: black; text-align: center; vertical-align: middle; height:20; }

.main { font-size: 16px; text-align: left; vertical-align: top; }

.nav { font-size: 12px; font-weight: bolder; letter-spacing: 5px; color: black; text-align: center; vertical-align: middle; }

.small { font-size: 10px; }

.smaller { font-size: 8px; }

