/* GENERAL STYLES */
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.IntroButton  {
	background: #000000;
	color: #FFFFFF;
	border: 0px solid #000000;
}

a, a:link, a:visited  { 
	color: #FFFFFF; 
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	display: block;
}

a:link, a:visited  { 
	color: #FFFFFF; 
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	display: block;
}

a:hover, a:visited:hover  { 
	color: #E1A600; 
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	text-decoration: underline;
	text-align: center;
	display: block;
}


/* EDITOR PROPERTIES */
