/* This is the css for the Twillingate-New World Island web pages  */
/* Copyright 2005 Simon Dawson                                     */

body, html {
    font-size: 10pt;
    background: #ffffff;
    font-family: verdana, sans-serif;
  }


h1 {
    color: #810101;
    font-size: 18pt;
    font-family: verdana, sans-serif;
    font-weight: bold;
  }


h2 {
    color: #008400;
    font-size: 14pt;
    font-family: verdana, sans-serif;
    font-weight: bold;
  }


h3 {
    color: #900028;
    font-size: 14pt;
    font-family: verdana, sans-serif;
    font-weight: bold;
  }


h4 {
    color: #000000;
    font-size: 12pt;
    font-family: verdana, sans-serif;
    font-weight: bold;
  }


p {
    color: #000000;
    font-size: 10pt;
    font-family: verdana, sans-serif;
  }


a:link {
    color: #339933;
    font-size: 10pt;
    font-family: verdana, sans-serif;
    text-decoration: none;
  }


a:visited {
    color: #3333CC;
    font-size: 10pt;
    font-family: verdana, sans-serif;
    text-decoration: none;
  }


a:hover, a:active {
    color: #ff0000;
    font-size: 10pt;
    font-family: verdana, sans-serif;
    text-decoration: none;
  }


