/* CSS Document */
/* This is the new 2010 stylesheet */

body {
	background-color:#000;

}

a {
	color:#900;
}

a:visited {
	color:#999;
	}

h1 {
	font-size:14px;
}

h2 {
	font-size: 13px;
}

.announce {
	font-weight: bold; text-align:center;
}

#page {
	border: 0px dotted #CCCCCC; margin-left: auto;margin-right: auto; margin-top:10px; width: 90%;
	color:#999; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-align:center;
}


