#one {
	background: #FF9933;
	height: 50px;
	border-bottom: 2px solid #333333;
}
body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FF9933;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC99;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#two {
	background: #FF9933;
	height: 35px;
	border-top: 2px solid #333333;
	text-align: center;
	padding: 15px;
}
#content {
	background: #FFFFFF;
	padding: 15px;
}
#text {
	text-align: justify;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

