body {
 color: #333333;
 background-color: #FF9900;
 font-family: arial,helvetica,sans-serif;
 font-size: 10px;
 margin-left: 0;
 margin-top: 0;
}
a:link {
 color: #ff0000;
 text-decoration: none;
}
a:visited {
 color: #cc0033;
 text-decoration : none;
}

a:hover, a:active {
	text-decoration : underline;
}

H1 {
	font-size: 12px;
}
H1.tablename {
	font-weight: normal;
	font-family: palatino;
}

h2 {
  background-color: #000000;
}

h3 { 
  font-size: 10px;
}
.columntitle { 
	font-size: 14px;
}
.element {
	font-weight: bold;
	font-size: 10px;
}

.text {
  background-color: #ffffff;
  padding: 3px;
  color: #000033;
  font-size: 10px;
}

.text a:link {
 color: #cc0000;
}

.text a:visited {
 color: #990000;
}

.sidebar { 
  color: #f0f066;
  background-color: #cc0000;
  font-family: helvetica, sans-serif;
}

.sidebar a:link {
 #ffffff;
}

.sidebar a:visited {
 #cccccc;
}
blockquote {
  padding: 2px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

p {
  font-size: 10px;
}
td {
	vertical-align : top;
 font-size: 10px;
}
H2 {
	font-size: 16px;
}
.author {
	font-style: italic;
}
.credits {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.log {
	background-color: #ffffff;
}

.log a:link {
   color: #0099cc;
}

.log a:visited {
	color: #006699;
}

.footer {
	 margin-top: 10px;
	 margin-left: 250px;
}