/* CSS Document */

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	}

a { font:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
}

.nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	}
/* color for nav was #FFFFFF */

.nav a:hover {
	color:#00B700;
	text-decoration:underline;
	font-size:10px;
	}
/* color for nav hover was #FFOOOO */

td#neons {
	border-top:1px solid #00B700;
	border-bottom:1px solid #00B700;
	background-color:#272f38;
	}

/* top & bottom border line in background was #FF000 or "red" */
/* the middle section of background is #272f38 or "dark blue-gray" */

a#footer {color:#FFFFFF;}
a:hover#footer {color:#00B700;}

/* the hover-over color for the footer (hoover#footer) was #FF0000 or "red" */

.copyright {font-size:9px; color:#666666;}

.redbar {color:#00B700;}

/* the color for redbar was #FF0000 or "red" */

h1 {
color:#FFFFFF;
	font-size:12px;
	font-weight:bold;	
	padding-bottom:5px;
	border-bottom:1px dotted #00B700;
	}
	
/* the color for dotted line under the page header (border-bottom:) was #FF0000 or "red" */
	
h2 {
	color:#00B700;
	font-size:10px;
	padding-bottom:5px;
	border-bottom:1px solid #666666;
	}

#imageborder {
	padding:5px;
	border: 1px solid #cccccc;
	}

.catch {font-weight:bold; color:#FF0000; font-size:10px;}
.name {font-size:11px; font-weight:bold;}
.school {color:#999999; font-size:9px;}

#redbar {border: 1px solid #00B700;}

/* the color for #redbar was #FF0000 or "red" */

