@CHARSET "UTF-8";
* {
    margin:0;
    padding:0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 78%;
    background: #DB101B url(../img/reef_bg.gif) top left scroll repeat-x;
}

a:link,
a:visited {
    /*color: #870f16;*/
    color: #ffae00;
    font-weight: bold;
    text-decoration: none;
}

a:hover, 
a.selected {
    color: White;
    font-weight: bold;
}

h1, h2, h3 {
    font-weight: bold;
    color: #FF0000;
    padding: 5px 0px;
    margin: 0;
}

h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 95%;}

.seo {
    display: none;
    visibility: hidden;
}