body {
   background-color: #FFF6E5;
   margin-left: 0%; 
   margin-top: 0%
}

a, p, h1, h2, h3, h4, #header, #info, #footer {
   text-align: center;
}



a, p, h1, h2, h3, h4, td, #mymenu, #info, #footer {
   font-family: 'open sans', arial, verdana, helvetica, sans-serif;
}

a:link {
   color: #AA11AA;
} /* unvisited link */
a:visited {
   color: #202040;
} /* visited link */
a:hover {
   color: #FF704D;
} /* mouse over link */
a:active {
   color: #AA88DD;
} /* selected link */

hr {
   height:1px;
   width: 80%;
   border-width:0;
   color: #FFDAB9;
   background-color:gray;
}

p, td {
   font-size: 9pt;
   font-style: normal;
   font-weight: normal;
}   
 
p {  
   margin-left: auto;
   margin-right: auto;
   width: 430px;
}

#info a {
   color: #280E08;
   font-size: 9pt;
   font-weight: bold;
}

#footer {
   color: #888888;
   font-size: 7pt;
   line-height: 15px;
}

#mymenu {
   float: left;
   width: 100%;
   background: #FFF6E5;
   overflow:hidden;
   position:relative;
   font-size: 9pt;
   font-style: normal;
   font-weight: normal;
}

#mymenu ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}

#mymenu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
}

#mymenu ul li a {
   display: block;
   margin: 0 0 0 1px;
   padding: 3px 15px;
   background: #FFF6E5;
   color: #280E08;
   text-decoration: none;
   line-height: 1.1em;
}

#mymenu ul li a:hover {
   background: #FFDAB9;
   color: #280E08;  
}

#mymenu ul li a.active,
#mymenu ul li a.active:hover {
   color: #FFF6E5;
   background: #000;
   font-weight: bold;
}


