
body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; }





div#main {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
  border: none;
  border-color: white;
}



div#back       
{
background-color: #000000;
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 250%;
}