@charset "utf-8";
/* CSS Document */

body { 
background: black url(../images/moon.jpg) no-repeat top right ;
font-family: Georgia, "Times New Roman", Times, serif;
}
.largewhite {
color: #ffffff;
text-align: left;
font-size: 50px;
font-weight: normal;
margin-left:30px;
margin-right:200px;
}
.smallwhite {
color: #ffffff;
text-align: left;
font-size: 28px;
font-weight: normal;
margin-left:30px;
margin-right:200px;
}

.form {
color: #ffffff;
text-align: left;
font-size: 28px;
font-weight: normal;
margin-left:30px;
margin-right:200px;
}

.formtext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-color: #000000;
font-weight: normal;
}

.formlabels {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-color: #ffffff;
font-weight: normal;
}
.style3 {
	color: #999999
}
a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#999999;
}
