/* HTML elements section */

/* Elements */

a, a:visited {
   color: #060;
   text-decoration: none;
}

a:hover {
   color: #060a3;
   text-decoration: underline;
}

a.nav {
    font-size: 12px;
}

dt {
   font-weight:normal;
   color:#000;
}

em {
   font-style:italic;
}

h1, h2, h3, h4, h5 {
   color: #060;
   text-decoration: none;
}

h1 {
  font-size:36px;
  line-height:1;
}

h2 {
  font-size:28px;
  line-height:1;
}

h3 {
   font-size:22px;
}

h4 {
   font-size:18px;
   line-height:1.538;
}

h5 {
   font-size:16px;
   line-height:1.538;
}

hr {
   border: 0;
   border-top: 1px solid #006600;
}

hr.nav {
    border: 0;
    border-top: 1px solid #006600;
}

img {
   margin: 25px 0px;
   width: auto;
   max-width: 100%;
   display: block;
   text-align: center;
}

p, ol, ul {
   margin: 10px 0;
}

pre {
   font-size:larger;
   background:#EEE;
   border: 1px solid #bbb;
   padding: 5px 15px 5px 15px;
}

pre tt {
   color:#000;
}

strong {
   font-weight: normal;
   color:       #000;
}

table {
    white-space:     normal;
    line-height:     normal;
    font-weight:     normal;
    font-size:       9pt;
    border-collapse: collapse;
    border-color:    #006600;
    margin:          auto; /* centering table within div */
}

th, td {
    padding-top:     5px;
    padding-right:  10px;
    padding-left:   10px;
    padding-bottom:  5px;
}

tt {
   font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
   color: #007A00;
}

