body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #E5E5E5;
    background-image: url(graphics/bg.jpg);
    background-position: center;	
	margin: 0;
}

a:link
{
	text-decoration: none;
	font-size: 100%;
	color: #E5E5E5;
}
a:visited
{
	text-decoration: none;
	font-size: 100%;
	color: #E5E5E5;
} 

a:hover 
{
	text-decoration: underline;
	font-size: 100%;
	color: #FFFFFF;
}

p { 
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #E5E5E5;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
	font-weight: normal;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #E5E5E5;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

th {
  color: #E5E5E5;
  margin: 2px;
  font-weight: bold;
}