/* CSS Document */
body {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 16px;
	font-weight : bold;
	color: #000099;
	text-align: center;
	background-color: #fff;
	padding: 0;}
#main {
	position:relative; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:750px;
	z-index:1;
}
#text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}
#text a:link, a:visited {
	text-decoration: none;
	color: #993300;
}
#text a:hover, .text a:active {
	text-decoration: underline;
}
p { font-family: "Trebuchet MS", Georgia, Times, serif; }
