/* begin style.css */

H1 {font-family: TimesRoman;
    font-size: 22pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top: 0em;
    margin-bottom: 0em}

H2 {font-family: TimesRoman;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #000000}

H3 {font-family: TimesRoman;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #000000}

BODY 
{
  background: #dddddd;
  text-align: center;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
}


.margin-table {
    border: 1px solid black;
    background-color: white; }


TEXT {font-size: 12pt; font-family: TimesRoman}

.navbar a:link, .navbar a:visited
     { font: bold 8pt Verdana, sans-serif;
       padding: 0.2em;
       margin: 0.2em;
       display: block;
       text-decoration: none;
       background: url("images/button.gif") transparent
                   50% 50% no-repeat; }

.navbar a:link    { color: yellow; }

.navbar a:visited { color: lime; }

.navbar a:hover, .navbar a:focus
     { background-image: url("images/button_yellow.gif");
       color: black; }

.navbar a:hover:visited, .navbar a:focus:visited
     { background-image: url("images/button_green.gif");
       color: black; }

P.email {text-align: center;
        margin-top: 1em;
        margin-bottom: 1em}

P.copy {font-size: 8pt;
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em}

P.home {text-align: center;
        margin-top: 1em;
        margin-bottom: 1em}

P.valid {text-align: center}

P.brag {font-family: TimesRoman;
        font-size: 14pt;
        font-style: italic;
        font-weight: bold;
        text-align: center;
        color: #35B9EA}

P.hrs {font-family: TimesRoman;
       font-size: 10pt;
       font-style: normal;
       font-weight: bold;
       text-align: left;
       color: #000000}

/* end style.css */

