/*This style sheet is */

body {
     font-family: Arial, Helvetica, sans-serif;
     margin: 0px 0px 0px 0px;
}

h1 {
     font-size: 28px;
     font-weight: 800;
     font-variant: small-caps;
     letter-spacing: .5em;
     text-align: center;
     padding: 5px;
     margin: 0px;
}

.header {
     font-size: 12px;
     font-weight: 800;
     font-variant: small-caps;
     line-height: 12px;
     color: #fff;
     letter-spacing: .25em;
     margin: 0px;
     padding: 15px 0px 15px 110px;
     background: #000;
}

.navbar {
     font-size: 10px;
     background: #eee;
     border: 2px solid;
     float: left;
     width: 75px;
     position: fixed;
     padding: 5px;
     margin: 10px;
     height: auto;
     top: 30px; right: auto; left: 0px; bottom: 30px;
}

.navbar p {
     font-size: 12px;
     text-align: right;
     line-height: 16px;
     font-weight: 800;
}

.body {
     margin: 5px 5px 5px 110px;
     padding: 5px 5px 5px 5px;
}

.body p {
     font-size: 12px;
     line-height: 13px;
     text-indent: 1em;
     text-align: justify;
     /*letter-spacing: .05em;*/
}

ul {
     font-size: 12px;
     line-height: 14px;
}

dl {
     font-size: 12px;
     line-height: 14px;
     text-align: justify;
}

dt { text-indent: 1em; padding-top: 5px; }

.footer {
     text-align: center;
     margin: 5px 25px 5px 135px;
}

.footer p {
     font-size: 10px;
     font-style: oblique;
     line-height: 11px;
}

.footer img {
     border: none;
     display: inline;
}

a { text-decoration: none; color: #00f; background: transparent; }
a:hover { text-decoration: underline; color: #900; background: #ff6; }
