@charset "utf-8";
/* CSS Document */

body  {
 font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
 background-color: #dddd99;
 text-align: left;
 color: #333333;
}
h1 {
 font-size:150%;
 color: #ce8b13;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #ce8b13;
 line-height: 1.25em;
}
h3{
 color: #ce8b13;
 font-size:110%;
}
a:link {
 color: #ce8b13;
 text-decoration: underline;
 font-weight: bold;
}
a:visited {
 color: #ce8b13;
 text-decoration: underline;
 font-weight: bold;
 }
a:hover {
 color: #ce8b13;
 text-decoration: underline;
 font-weight: bold;
}
.navbar {
    font-weight:bold;
    background: #f0efa7;
 border-bottom-style:dotted;
 border-bottom-width:1px;
 border-bottom-color:#ce8b13;
 padding: 5px 5px 5px 5px;
}
.navbar a:link {
 text-decoration: none; 
 color: #333333 
}
.navbar a:visited { 
 text-decoration: none; 
 color: #333333 
}
.navbar a:active { 
 text-decoration: none; 
 color: #333333 
}
.navbar a:hover { 
 text-decoration: underline; 
 color: #ce8b13 
}
.footer {
 color:#ffffff;
 padding:5px 0px 5px 0px;
}

