@charset "UTF-8";
/* CSS Document */

body{
background-color: #000000;
} 
.text { color: gray; font-size: 12pt; font-family: verdana; text-decoration: none; }
.blink {
	color: red;
	font-size: 24pt;
	font-family: Impact;
	font-weight: bold;
	text-decoration: blink;
}
.textNoBg {
	font-size: 12pt;
	font-family: verdana;
	text-decoration: none;
}
.header {
	float: inherit;
}
.glidetext{
	position: relative;
	/*Set initial position of your text. Make it just enough to hide the text from view:*/
	left: -500px;/*	border-bottom: 2px solid red; */
	color: #CCCCCC
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px;
	font-style: italic;
}

a:link {
	text-decoration: none;
	background-color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #00FF00;
}
a:active {
}

.style4 {font-size: 10pt}
.style5 {
	color: #00FF00;
	font-weight: bold;
	font-size: 24px;
}
#bottomBar {
	background-color: #00FF00;
	color: #000000;
	text-align: left;
}
#padding {
	padding-left: 30px;
}
#topBar {
	text-align: left;
}
