* {
margin : 0;
padding : 0;
}
html, body {
height : 100%;
width : 100%;
}
h1 {
font-family : verdana, helvetica, arial;
color : #6b6b1e;
font-weight : bold;
}
h2 {
font-family : verdana, helvetica, arial;
color : #6b6b1e;
font-weight : bold;
}
h3 {
font-family : verdana, helvetica, arial;
color : #6b6b1e;
font-weight : normal;
}

h4 {
font-family : verdana, helvetica, arial;
color : #6b6b1e;
font-weight : normal;
}
h5 {
font-family : verdana, helvetica, arial;
color : #6b6b1e;
font-weight : normal;
}

a:link {
       color: #005050;
       text-decoration: none;
}

a:visited {
          color: #005050;
          text-decoration: none;
}
a:hover {
        color: #005050;
        text-decoration: none;
}
