body {
  background: url('') #FFFFFF;
  font-family: Arial;
  font-size: 11px;
  color: #323232;
}
img { border: 0px; }
table p { padding: 20px; }
td {
  font-family: Arial;
  font-size: 11px;
  color: #323232;
}
b, u, i { 
  color: #5BC04B;
  text-transform: none;
}
a:link, a:visited, a:active { 
  font: 11px Arial;
  color: #45C218;
  text-decoration: none;
  cursor: crosshair;
}
a:hover {
  font: 11px Arial;
  text-decoration: none;
  color: #666666;
}
h1 {
	text-transform: uppercase;
	color: #5BC04B;
	font: bolder 20px "times new roman", times, serif;
	letter-spacing: 4px;
	text-align: right;
	padding-right: 80px;
	height: 24px;
}
h2 {
	margin: -20px 20px 0px;
	text-align: right;
	font: normal 9px "times new roman", times, serif;
	color: #666666;
	text-transform: uppercase;
}
#nav {
  position: absolute;
  top: 30px; left: 220px;
  width: 510px; height: 100px;
}
blockquote {
	margin-top: -5px;
	margin-left: 100px;
	border-left: 11px solid #5BC04B;
}