
H1 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 24pt;
  font-style: bold;
  font-weight: normal;
}


H2 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-style: bold;
  font-weight: normal;
}

H3 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 14pt;
  font-style: bold;
  font-weight: normal;
}

H4 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-style: bold;
  font-weight: normal;
}

P {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

TD {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
}

B {
  font-weight: bold;
}

I {
  font-style: italic;
}

A {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

A:visited {
	color: #371A07;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

A:active {
	color: #FF0000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

A:hover {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #DFCFC9;

}

body { 
	background-color: #000000;
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

