@charset "UTF-8";



body,td,th {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	line-height:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 20px 20px 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: small;
	color: #000;
}


a:link {
	font-size: 16px;
	text-decoration: none;
	line-height:90%;
	color: #000;
}
a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
}
a:active {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
body {
	background-color: #993300;
}
a {
	font-size: 16px;
}

