/*

  Noddys Puncture

  Style sheet created by Jamie Simpson.

  Web site Copyright 2000-2005 Athenaeum Ltd.

  Notes:
    Netscape 4.51 seems to ignore the following style sheet settings:
      img border
      a:hover
      a:active
      cursor

*/

A:link    { color:      #004060;
            background: transparent; }
A:visited { color:      #004060;
            background: transparent; }
A:hover   { color:      #0000A0;
            background: #FFFFC0; }
A:active  { color:      #0040A0;
            background: transparent; }

BODY      { color:      #000000;
            background: #FFFFFF url("img/white_texture.jpg"); }

IMG       { border: 0 }

H1        { color:       #000000;
            background:  transparent;
            font-size:   18pt;
            font-weight: bold;
            font-family: arial,helvetica,sans-serif; }
H2        { color:       #400081;
            background:  transparent;
            font-size:   12pt;
            font-weight: bold;
            font-family: arial,helvetica,sans-serif; }
H3        { color:       #008000;
            background:  transparent;
            font-size:   11pt;
            font-weight: bold;
            font-family: arial,helvetica,sans-serif; }
P         { color:       #000000;
            background:  transparent;
            font-size:   10pt;
            font-weight: normal;
            font-family: arial,helvetica,sans-serif; }
UL        { color:       #000000;
            background:  transparent;
            font-size:   10pt;
            font-weight: normal;
            font-family: arial,helvetica,sans-serif; }
HR        { color:       #ff9000;
            background:  transparent;
            width:       100%;
            height:      2px; }
TD        { color:       #000000;
            background:  transparent;
            font-size:   10pt;
            font-weight: normal;
            font-family: arial,helvetica,sans-serif; }
LABEL     { color:       #700000;
            background:  transparent;
            font-size:   9pt;
            font-weight: bold;
            font-family: arial,helvetica,sans-serif; }
INPUT     { }

.large    { font-size:   24pt;
            font-family: "times new roman",roman,serif;
            text-align:  center; }

.red      { color: #650000;
            background:  transparent; }

.bold     { font-weight: bold; }

.center   { text-align:  center; }

.strike   { text-decoration: line-through; }

