body {
	background-color: #000000;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C1FFD0;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(Images/bg_space.jpg);
}

.blueback {
	background-color: #003366;
}

.blackback {
	background-color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #A7D5FF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}



h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #4E749B;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}


h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #6C9ECC;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 20px;
	margin-left: 20px;
}
	
	


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FEBD84;
	margin: 0px;
	margin-bottom: 10px;	
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
}
	
.oblique {
	font-style: oblique;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #A7D5FF;
}
.blue1 {
	color: #003366;	
}
.blueobliqe {
	font-style: oblique;
	color: #A7D5FF;
}

.bluebold {
	font-weight: bold;
	color: #A7D5FF;
}

#orange {
	color: #FF9933;
}
#type {
	color: #FFFF00;
	font-weight: bold;
}
#genre {
	color: #A7D5FF;
	font-weight: bold;
}
#genre1 {
	color: #A7D5FF;
}
.white {
	color: #FFFFFF;
}

.orange {
	color: #FF9933;
}
.orangeeobliqe {
	font-style: oblique;
	color: #FF9933;
}
.orangebold {
	font-weight: bold;
	color: #FF9933;
}

a:link {
	color: #FF9933;
	text-decoration: underline;
}

a:visited {
	color: #C794C8;
	text-decoration: underline;
}

a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

a:active {
	color: #C794C8;
	text-decoration: underline;
}