
h1, h2, h3, h4 { font-family: arial, helvetica, sans-serif; color: #000000; font-size: 120% }

body { font-family: arial, helvetica, sans-serif; color: #ff0000; font-size: 100% }

html, body { 
     background: #000050;
     margin: 0;
     padding: 0;
     height: auto;
 }

#wrapper {
        background: #ffffff;
        margin: 20px auto;
        padding: 10;
        text-align: left;
        border-left: 20px solid #0000fa;
        width: 60%;
        height: inherit;
}

p  { font-family: arial, helvetica, sans-serif; color: #000000; font-size: 90% }
li { font-family: arial, helvetica, sans-serif; color: #000000; font-size: 90% }
td { font-family: helvetica, sans-serif; color: #00ffff; font-size: 100% }

a { color: #003366; text-decoration: none }
a:hover { color: #0055ff; text-decoration: none }
a:active { color: #000011; text-decoration: none }
a:focus { color: #000011; text-decoration: none }

a.nav { background: #ffffff; border: 1px solid #000000; color: #0000cc }
a.nav:active { background: #0000cc; color: #333333; text-decoration: none }
a.nav:hover  { background: #0000cc; color: #ffffff; text-decoration: none }
a.nav:focus  { background: #0000cc; color: #ffffff; text-decoration: none }

a.cur { background: #0000cc; border: 1px solid #000000; color: #ffffff }
a.cur:active { background: #0000cc; color: #eeeeee; text-decoration: none }
a.cur:hover  { background: #0000cc; color: #eeeeee; text-decoration: none }
a.cur:focus  { background: #0000cc; color: #eeeeee; text-decoration: none }
