body {
  background-color: Black;
  margin-top: 0;
  font-family: Tahoma, Arial;
  font-size: 10px;
  color: #FFC0C0;
  text-align: center
}

h1 {
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  color: #FFC0C0;
  text-align: center
}
h2 {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #FFC0C0;
  text-align: center
}
h3 {
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  color: #FFC0C0;
}

h4 {
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  color: #FFC0C0;
  text-align: center
}

h5 {
  font-family: Arial;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #FFC0C0;
  text-align: center
}

#wrapper
{
width: 930px;
margin: 0px auto;
padding: 0px;
border: 0px;
background-color: Black;
  text-align: left
}

div.exit {
  font-family: Arial;
  font-size: 16px;
  font-variant: small-caps;
  color: #FFC0C0
}

a:link {
	color: #FFC0C0;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

a:active {
	color: #FFC0C0;
	font-family: Arial;
	font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none
}
a:visited {
	color: #FFC0C0;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none
}

a:hover {
	color: #FFC0C0;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none
}

div.centered {
  margin-left: auto;
  margin-right: auto
}