BODY
{
	margin: 10pt;
	font-family: 'arial narrow', arial, sans-serif, verdana;
	font-size: 10pt;
	font-weight: normal;
	background-color: rgb(238, 122, 83);
	background-image: url('layout/background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}
TABLE.contents
{
	border-collapse: collapse;
	width: 660px;
	border: 2px solid black;
	background-color: white;
	padding: 0pt;
	spacing: 0pt;
	margin: 10pt;
}
H1
{
	font-family: 'arial narrow', arial, sans-serif, verdana;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
P
{
	padding:6pt;
}
A
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}
A:hover
{
	text-decoration: underline;
	color: black;
}
A.menu
{
	font-style: italic;
	text-decoration: none;
	color: white;
}
A.menu:hover
{
	font-style: italic;
	text-decoration: none;
	color: black;
}