@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(images/stars%20background%203.jpg);
	
}


a:link { color: #261376; }
a: { color: #fff; }
a:hover { color: #261376; }
a:active { color: #1F0B65;  }
a:visited { color: #666; }
a, a:active { text-decoration: none; }
a:link, a:hover { text-decoration: underline; }
.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #006;
	text-align: center;
}
