body {
  background-color  : #000000;
  color             : #e0e0e0;
  font-family       : Times,Tms Rmn,Times New Roman,Roman;
  margin            : 0px;
  padding           : 0px;
  border            : none;
  text-align		: center;
 
}

a {
  text-decoration   : none;
}

a:link {
  color             : #402B24; 
}

a:visited {
  color             : #4B3731;
}

a:hover {
  color             : black;
}

a:active {
  color             : white;
}

h1 {
  font-size         : 12pt;
  font-weight       : bold;
  font-variant      : small-caps;
  text-align        : right;
  margin            : 0px;
  letter-spacing    : 1px;
}

h2 {
  font-size         : 11pt;
  font-style        : italic;
  text-align        : right;
  margin            : 0px;
}

h3 {
  font-size         : 9pt;
  font-weight       : bold;
  font-variant      : small-caps;
  margin            : 0px;
}

h4 {
  font-size         : 9pt;
  font-style        : italic;
  font-weight       : bold;
  font-variant      : small-caps;
  margin            : 0px;
}

.centered {
	margin-top		: 250px;
	text-align		: center;
	vertical-align	: middle;
}