@charset "utf-8";

body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial Narrow", "Arial", "Lucida Grande", sans-serif; 
       font-weight: lighter;
       text-align: justify; }

tt { font-family: "Monaco", monospace; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; 
                         text-transform:uppercase;
                         display: inline; }

h1, h2, h3, h4, h5, h6, p, li, tr, td {text-rendering: optimizeLegibility; }

h1 { font-size: 160%; 
     color: #004990; }

h2 { font-size: 160%; 
     color: #000000; }

h3 { font-size: 160%; 
     color: #666666; }

h4 { font-size: 120%; 
     color: #000000; }

h5 { font-size: 120%; 
     color: #004990; }

h6 { font-size: 120%; 
     color: #666666; }

hr { height: 4px; 
     color: #004990; }

p, li, tr, td { font-size: 95%; }

a { text-decoration: none; }
a:link { color: #004990; }
a:visited { color: #470090; }

ul { list-style-type: none;
     padding: 0; }

li { margin-top: .5em; } 
