@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/Starry_Sky_Stock3a.jpg);
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	
}

#content{
	text-align:center;
	margin-top:40px;
	
}

.announce{
	font-size: 18pt;
	font-weight:bold;
	
}

#desc{
	
	width: 40%;
	text-align:center;
	
}

a{
	color:#6CF
	
}

