body {
  background: rgb(255, 255, 255);
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  color: rgb(51, 51, 51);
  font-size: 1em;
	margin:0px;
}

#bodyLeftText {
	margin-left: 100px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#innerBodyLeftText {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:active {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background: rgb(51, 51, 51);
}
h1, 
h2, 
h3,
th {
  font-family: Britannic bold, Haettenschweiler, Arial, Helvetica, sans-serif;
  border: rgb(0, 0, 0) 1px solid;
  border-left: 1px none;
  border-right: 1px none;
  border-top: 1px none;
  margin-bottom: .2em;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: rgb(51, 51, 51);
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: right;
	position: relative;
}
h2, 
th {
  font-size: 1.2em;
  margin-bottom: 0em;
}
h1, 
h2, 
h3 {
  display: block;
}
h3 {
  border-bottom: rgb(0, 0, 0) 1px dotted;
  border-left: 1px none;
  border-right: 1px none;
  border-top: 1px none;
  font-size: 1em;
}
th {
  text-align: left;
}

td {
  border: 1px none;
  background: none;
  border-collapse: collapse;
  empty-cells: show;
}
img {
	border-style:outset;
	border-width:thin;
	border-color:color: rgb(51, 51, 51);
	vertical-align: bottom
}
div.stat img {
	border:none;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("feed-icon-14x14.png") no-repeat 0 50%;
}