/*This centre body should centre everything for Win IE5-6 which ignores auto margins, but you also then have to set the containers text alliance to the left or all the text goes to the centre*/
body ,td,th{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
#footer {
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
#header {
	text-align: center;
	margin-top: 20px;
	color: #F80;
	font-size: 18px;
	font-weight: bold;
}
/*------ various classes ------*/
.orangebold {
	font-weight: bold;
	color: #FF8c00;
}
.serif {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.orange {
	color: #FF8000;
}
.smallbold {
	font-size: 10px;
	font-weight: bold;
}
.greybold {
	color: #666666;
}
.everybook {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.serif {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 16px;
}
