
html,body {
   background-color: #000000;
    color: #000000;
    margin: 0;
    margin-top: 15px;
    padding:0;
    text-align: center;
     font-family: arial, verdana, sans-serif;
         font-size: 12px;
         font-weight: normal;        
}
a:link {
    color: #d78d5c;
    text-decoration: none;
    border-bottom: 1px dotted #d78d5c;
}

a:visited {
    color: #d78d5c;
    text-decoration: none;
    border-bottom: 1px dotted #d78d5c;
}

a:hover {
    text-decoration: underline;
    border: none;
color: #207ebb;
}

a:active {
    color: #d78d5c;
    border-bottom: 1px dotted #d78d5c;
}

a.one:link {font-family: 'Carrois Gothic SC', serif; font-size: 20px; color: #064b8c; text-align: center;  top-margin: 5px; text-decoration: none; border: none;}
a.one:visited {font-family: 'Carrois Gothic SC', serif; font-size: 20px; color: #064b8c; text-align: center;  top-margin: 5px; text-decoration: none; border: none;}
a.one:active {font-family: 'Carrois Gothic SC', serif; font-size: 20px; color: #064b8c; text-align: center;  top-margin: 5px; text-decoration: none; border: none;}
a.one:hover {font-family: 'Carrois Gothic SC', serif; font-size: 20px; color: #207ebb; text-align: center; top-margin: 5px; text-decoration: underline; border: none;}


#container 
{
margin: 0 auto;
width: 800px;
text-align: left;
background-color: #050505;
border: 1px solid #5f290d;
}

header {
    height: 538px;
   margin: 0;
   padding-top: 0;
    line-height: 0;
    font-family: times, georgia, serif;
 background-color:#050505;
    text-align:center;	 
}

content {
background-color:#050505;
color: #af9486;
    width: 750px;
    margin-left: 25px;
    margin-right: 20px;
   margin-top: 0;
    margin-bottom: 0;
    float:left;
    line-height: 1.5;
    padding: 7px;	
    padding-bottom: 30px;
    font-size: 14px;
    font-family: tahoma, arial, verdana, sans-serif;
    text-align: left;
}

footer {
    background-color:#050505;
    color:#050505;
    height: 20px;
    clear:both;
    text-align:center;

}

h1 {
color: #5f290d;
font-family: 'Carrois Gothic SC', sans-serif;
  font-style: normal;
padding: 0;
margin-bottom: 8px; 
font-size: 30px;
font-weight: normal;
border-bottom: 1px #ac352d solid;
line-height: 33px;
text-align: left;
}

h2 {
color: #ac352d;
font-family: times, georgia, serif;	 
  font-style: italic;
padding: 0;
margin-bottom: 8px; 
font-size: 20px;
font-weight: normal;
line-height: 22px;
text-align: left;
}

i
{
color: #bcb0b2;
font-family: tahoma, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  }
  
 b
 {
 color: #77807f;
  font-weight: bold; 
  }