body
{
	background-image:url('Images/bg.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	color:white;
	font-family:sans-serif;
}
.header
{
	color:white;
	font-family:sans-serif;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}
.article
{
	color:white;
	font-family:sans-serif;
	background-color:#885522;
	border-color:#eebb88;
	border-style:ridge;
	border:1;
}
.footer
{
	color:white;
	font-family:sans-serif;
	font-size:12px;
	text-align:center;
}
.contactH
{
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}
.contactC
{
	text-align:center;
}
th
{
	text-decoration:underline;
}
.version
{
	font-size:10px;
	color:#F30;
}
a:link
{
	color:#55aaff;
}
a:hover
{
	color:#ff0000;
}
a:visited
{
	color:#003300;
}