/* ------------- "generic" styles */

body {
	background: #000000;
	padding-top: 14px;	
}

/* ------------- navigation styles */

.bodytext a:link {
	color: #999999;
	text-decoration: none;
}

.bodytext a:visited {
	color: #999999;
	text-decoration: none;
}

.bodytext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* ------------- text styles and rules */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: -1em;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 10px;



}
.demos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0099FF;
}

.demos a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0099FF;
	text-decoration: underline;
}

.demos a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0099FF;
	text-decoration: underline;
}

.demos a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: underline;
}
