/* CSS Document */
/* Imported Styles */
@import url("../stylesheets/layout.css");
@import url("../stylesheets/menu.css");
@import url("../stylesheets/text_formatting.css");
@import url("../stylesheets/search.css");

body {
	background-image: url("../images/galaxy90.jpg");
	background-repeat: no-repeat;
	background-color: #000066;
	font-family: Arial, Helvetica;
	font-size:0.8em;
	color:black;
	margin-right:0px;
	margin-top:0px;
	margin-left:0px;
	
	
}

h1, h5 {
	text-transform: uppercase;
	color: #000066;
	font-size: 1.3em;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 1em;

}

h2, h6 {
	color: #000066;
	font-size: 1.2em;
	font-weight:bold;
	margin-top:30px;
}

h3 {
	font-size: 1.1em;
	font-weight:bold;	
}

hr {
	color: #99CC00;
}

/*
ol {
	color: #000066;
}

ul {
	color: #000066;
}

*/

.access {
		display: none;
}

