@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	color: #00FFFF;
	font-weight: normal;
	vertical-align: top;
}
.blue_sideQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color: #00FFFF;
	padding-left: 50px;
}
.ul {
	color: #CCCCCC;
	padding-left: 10px;
	list-style-type: circle;
	font-style: normal;
	list-style-position: inside;
}
a {
	color: #FF0000;
	text-decoration: none;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.cur_date {
	color: #8EFFFF;
}

