body {
	background-color: black;
	font-family: Arial, Helvetica;
	font-size: 100%;	
     }
	     
table.surround {
	border: 6px solid white;
}

table.header { 
	background-color: #333333;
	color: #ffbb00;
	font-size: 90%;
	font-weight: bold;
	padding-left: 10px;
}

table.body {
	font-size: 80%;
	background-color: #eeddbb;   
	color:  #000000;
	border: thick solid black;
	border-collapse: collapse;
}

table.bigbody {
	font-size: 100%;
	background-color: #eeddbb;   
	color:  #000000;
	border: thick solid black;
	border-collapse: collapse;
}

table.quote {
	border: thin solid black;
	background-color: silver;
	padding: 10px;
}

h3 {
	border-style: solid;
	border-color: #eeddbb;   
	border-top-color: #ffbb00;
	border-top-width: 2px;
	padding-top: 10px;

}

a:link.header {
	color: #ffbb00;
}

a:link {
	color: black;
}

a:visited {
	color: red;
}

a:hover {
	color: #ffbb00;
}



td.body {
	border: solid black 2px;
	padding: 5px;
}

b.newcontent {
	color: blue;
}

ul.blue {
	color: blue;
}

li {
	padding-top: 12px;
}

li.index {
	padding-top: 6px;
} 
