<style type="text/css">

BODY{ 
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #F6821F;
} 

nav{ 
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
} 

.content {
  color: ffffff;
	position:absolute; 
	left:230px; 
	top:190px; 
	text-align: center;
	font: 12px Arial;
}

a:link, a:visited {
  color: ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
	color: #999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/*Box Model Hack for IE*/
* html .button {
  width: 120px;
	height: 200px;
}

.button a {
  display: block;
  width: 191px;
	padding: 2px;
}

.button a:link, .button a:visited {
  	color: ffffff;
  	background-color: #000000;
  	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.button a:hover {
  background-color: #F6821F;
  border: 1px solid #fff;
}

.poll a {
  display: block;
  width: 191px;
	padding: 2px;
}

.poll a:link, .poll a:visited, .poll a:hover {
  	color: ffffff;
  	background-color: #930019;
  	text-decoration: none;
	border: 0px;
}


</style>
