a:link, a:visited {
	color: #A8ADFF;
	font-weight: bold;
}

a:hover, a:click {
	color: #A8ADFF;
	font-weight: bold;
	text-decoration: none;
}

a.bottomnav:link, a.bottomnav:visited {
	color: #FFFF66;
	font-weight: bold;
}

a.bottomnav:hover, a.bottomnav:click {
	color: #FFFF66;
	font-weight: bold;
	text-decoration: none;
}

a.greennav:link, a.greennav:visited {
	color: #AAFFAB;
	font-weight: bold;
}

a.greennav:hover, a.greennav:click {
	color: #AAFFAB;
	font-weight: bold;
	text-decoration: none;
}

a.rednav:link, a.rednav:visited {
	color: #FF6262;
	font-weight: bold;
}

a.rednav:hover, a.rednav:click {
	color: #FF6262;
	font-weight: bold;
	text-decoration: none;
}

a.yellownav:link, a.yellownav:visited {
	color: #FFFF66;
	font-weight: bold;
}

a.yellownav:hover, a.yellownav:click {
	color: #FFFF66;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-color: #000000;
	background-image: url(images/striped-bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	margin: 0 0 0 0;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}

h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

li {
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 0px;
	margin-left: 0px;
}

p {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.blue {
	color: #A8ADFF;
}

.green {
	color: #AAFFAB;
}

.red {
	color: #FF6262;
}

.white {
	color: #FFFFFF;
}

.yellow {
	color: #FFFF66;
}
