.main {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
}

.title {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 790;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul.nav0 {
	padding: 3px;
	margin: 0;
	list-style-type: none;	
}

a.nav0:link, a.nav0:visited, a.nav0:hover, a.nav0:active  {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

ul.nav1 {
	padding: 3px;
	margin-left: 6px;
	list-style-type: none;	
}

a.nav1:link, a.nav1:visited, a.nav1:hover, a.nav1:active  {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

ul.nav2 {
	padding: 3px;
	margin-left: 12px;
	list-style-type: none;	
}

a.nav2:link, a.nav2:visited, a.nav2:hover, a.nav2:active  {
	color: cyan;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.qa {
	text-align: left;
	background-color: #fcfae7;
}

<!-- TEXT STYLES -->
.boldgreen {color: #1C964C; font-weight: bold; font-size: 18px; }
.boldblue {font-weight: bold; color: #0000FF;}
.blkbold {color: #000000; font-weight: bold; font-size: 13px;}
.blue {color: #0033CC}
.red {color: #FF0000}
.boldpink {color: #FF33CC; font-size: 21px;}
.boldred {color: #CC0000; font-size: 21px;}
.boldlime {color: #66FF66; font-size: 21px;}
.boldlilac {color: #9999FF; font-size: 21px;}
.purple {color: #CC00FF}
.boldpurple {color: #9933CC; font-size: 21px;}
.boldpurple2 {color: #6633FF; font-size: 21px;}
.boldltgreen{color: #99FF33; font-size: 21px;}
.boldorange {color: #FF9966; font-size: 21px;}
<!-- End Text Style -->
