
body {
	margin: 0px;
	background: #FFA632;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
/*	font-style: italic; */
	color: #333333;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

