@import url('reset.css');

body {
    font: 100%/1.5 'URW Gothic L', 'Arial', 'Tahoma', 'Helvetica', 'Verdana', sans-serif; 
  color: #fefefe;
  background-color: #345678;
}
h1, h2, h3, h4, h5, h6 { 
                         font-family: 'Liberation Serif', 'Times New Roman', serif;
                         font-weight: bold;
                         }
h1 { font-size: 1.750em; } /* 28 / 16 = 1.75 */
h2 { font-size: 1.625em; } /* 26 / 16 = 1.625 */
h3 { font-size: 1.500em; } /* 24 / 16 = 1.5 */
h4 { font-size: 1.375em; } /* 22 / 16 = 1.375 */
h5 { font-size: 1.250em; } /* 20 / 16 = 1.25 */
h6 { font-size: 1.125em; } /* 18 / 16 = 1.125 */
/* links */
a  { text-decoration: none; }
a:link { /* unvisited links */
/*          color: #b4d419; */
         }
a:visited { /* visited links */
/*             color: #a9b3bc; */
            }
a:hover,
a:focus { /* links over which the cursor hovers */
/*           color: #6a8a79; */
          }
a:active { /* links on which the user has clicked */
/*            color: #30312e; */
           }


h1 { text-align: center; }