 body { 
 background-color: #33cc00;
 text-align: center;
 font-family: Helvetica, Ariel, sans-serif;
 color: #000000;
 }
 
 #header {
   text-align: center;
	 font-family: Helvetica, Ariel, sans-serif;
	 color: #ffffff;
	 font-size: 1em;
	 font-weight: bold;
	 background-color: #3399FF;
 }

#footer {
text-align: center;
}

table {
text-align: center;
}

h1 { 
font-size: 2em;
font-weight: bold;
text-align: center;
} 

h2 {
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}

.tn {
float: left;
clear: left;
margin-right: 5px;
}

.entry {
margin-bottom: 10px;
height: 120px;
overflow: auto;
}

.rowtitle {
font-size: 1em;
text-decoration: underline;
font-weight: bold;
}

img {
border-width: 0;
vertical-align: middle;
}

#htmlvalid {
text-align: left;
}

a:link {color: #0000FF;}
a:visited {color: #990099;}
a:hover {color: #FF00FF;}
a:active {color: #FF0000;}