html{
    background:url('images/stars.png') no-repeat center center;
	background-color: #000000;
    min-height:100%;
    background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body{
	min-height:100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	max-width: 1000px;
}

h1 {
    min-height:100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 25pt;
    color: #FFFFFF;
    text-align: center;
	margin: auto;
	max-width: 1000px;
}

h2 {
    min-height:100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 20pt;
    color: #FFFFFF;
    text-align: center;
	margin: auto;
	max-width: 1000px;
}
a {
    color: #FF33FF;
}

.orangetext {
	color: #F90;
}
.redtext {
	color: #F00;
}
.greentext {
	color: #0C0;
}
