body {
  font-size: 1em;
  font-style: normal;
  text-align: center;
  background-color: rgb(0, 0, 0); 
  background-repeat:no-repeat;
  background-position:center top;
  color: rgb( 96, 93, 86);
  font-weight: normal;
  text-transform: none;
  font-family: Verdana, sans-serif, Arial;
}

h1, h2, h3, h4, h5, h6 {
font-family : Helvetica, Arial, sans-serif;
line-height : 1.0em;
}
h1 {
font-size : 1.15em;
font-weight : bold;
font-style : italic;
text-align : center;
}
h2 {
font-size : 1.25em;
}
h3 {
font-size : 1.15em;
font-weight : normal;
text-align : center;
}
h4 {
font-size : 1.0em;
font-weight : normal;
text-align : center;
line-height : 1.35em;
}
h5 {
font-size : 0.90em;
font-style : italic;
text-align : center;
}
h6 {
font-size : 0.80em;
}

a:link {
color: rgb( 96, 93, 86);
text-decoration: none;
font-size: 115%;
}

a:visited {
color: rgb( 96, 93, 86);
text-decoration: none;
font-size: 115%;
}

a:hover {
color : rgb(255, 168, 88);
background : rgb( 0, 0, 0);
text-decoration: none;
font-size : 115%;
} 

a:active {
color: rgb( 96, 93, 86);
text-decoration: none;
font-size: 115%;
}

a.nobckgrnd:link {
background : transparent;
text-decoration : none;
}

a.nobckgrnd:visited {
background : transparent;
text-decoration : none;
}

a.nobckgrnd:hover {
background : transparent;
text-decoration : none;
}

a.nobckgrnd:active {
background : transparent;
text-decoration : none;
}

a img {
border:0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

#content {
background-color: rgb(0, 0, 0);
margin : 15px auto;
padding: 2px 2px;
width: 75%;
text-align: center;
}


