body {
	font-family: "Bitstream Vera Serif", serif;
	background-color: #777777;
	color: White;
}
h1, h2, h3, h4, h5, h6 {
	font: Bitstream Vera Sans, Verdana, sans-serif;
}
p {
	font: small;
}
.box {
	color: Black;
}
.box p {
	font-size: x-small;
}

.title {
	background-color: #FF4500;
	padding: 5pt;
}

.tableInBox {
	font-size: x-small;
	background-color: #A7A7A7;
	font-size: x-small;
	margin-bottom: 5px;
}
.tableInBoxH {
	background-color: #666644;
	font-size: x-small;
}
.tableInBoxH h2,.tableInBoxH  h3,.tableInBoxH h4 {
	font-size: 80%;
}


a:link, a:hover, a:focus {
	color: #FF6600;
}
a:visited {
	color: #DF5A00;
}


