/*

  Noddys Puncture (Menu Style Sheet)

  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;
            font-weight: bold; }
A:active  { color:       #0040A0;
            background:  transparent;
            font-weight: bold; }

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

IMG       { border: 0 }

P         { color:       #000000;
            background:  transparent;
            font-size:   10pt;
            font-weight: normal;
            font-family: arial,helvetica,sans-serif; }

