body {
	font-family: georgia, "times new roman", serif;
	color: #ffffff;
	font-size: 100%;
	background: #000000;
}

A {
	color: #ff0000;
	background: #000000;
	font-weight: bold;
}

 A:Active {
 	color: #FFFFFF;
	background: #000000;
 }

A:Visited  {
	color: #cc0000;
}

h1, h2, h3, h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
}

H1 {
	font-size: 200%;
	color: #ff6600;
	background: #000000;
}

H2 {
	font-size: 175%;
}

H3 {
	font-size: 150%;
}

H4 {
	font-size: 125%;
}


.picture {
	padding: 10px;
}
.caption {
	font-size: 50%
}

.smallprint {
	font-size: 8pt;
	text-align: center;
}