BODY {
	background: #000000;
	margin-left: 5%;
	margin-right: 5%;
}

/* list of all block items for font information */
P, H1, H2, H3, H4, H5, H6, UL, OL, DL, TD, TH {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ff9933;
}

P.toplinks {
	text-align: center;
}

P.bottomlinks {
	text-align: center;
}

P.copyright {
	text-align: center;
	font-size: 80%;
	color: #999999;
}

A { text-decoration: none }
A:link    { color: #ff3399 }
A:visited { color: #999999 }
A:active  { color: #ff9966 }
