/***********************************************************************
 *
 * File:          style.css
 *
 * Description:   Style sheet for RV-7 website
 *
 **********************************************************************/

/*
 * Character styles
 *
 * These will be the official styles:
 *   s-project   - Project Header (Tracy's RV-7A Project).
 *   s-page      - Page header.
 *   s-menu      - Menu text.
 *   s1          - Normal text.
 *   s2          - Sequence Header.
 *
 * body  { background-image:url("2003/notepad-right.jpg") background:#ccffcc; background-attachment:fixed color:#000000; margin:20; }
 */
#s-project     { font-family:Cursive; font-weight:700; font-size:18.0pt; color:#ff0000;   }
#s-page        { font-family:Cursive; font-weight:700; font-size:13.0pt; color:#804020;  }
#s-headerPage  { font-family:Cursive; font-weight:700; font-size:24.0pt; color:#000000;  }
#s-menu        { font-family:Cursive; font-weight:700; font-size:10.0pt; color:#0000ff;  }
#s-next        { font-family:Cursive; font-weight:700; font-size:12.0pt; color:#0000ff;  }
#s-link        { font-family:Cursive; font-weight:700; font-size:10.0pt; color:#0000ff;  }
#s1            { font-family:Cursive; font-weight:400; font-size:9.0pt; color:#000000;  }
#s2            { font-family:Cursive; font-weight:600; font-size:9.0pt; color:#009966;  }
#s-err         { font-family:Cursive; font-weight:500; font-size:11.0pt; color:#ff0000;  }
#s-note        { font-family:Cursive; font-weight:500; font-size:11.0pt; color:#000000; background: #ffffe0; }
#s-disclaimer  { font-family:Cursive; font-weight:500; font-size:11.0pt; color:#000000; background: #66cccc; }

#body           { background-attachment:fixed; margin:10; background-color:#ffffc0 }
body           { background-attachment:fixed; margin:10; background-color:#ffffff }
h1             { font-family:Cursive; font-weight:600; font-size:11.0pt; color:#000000;  }
h2             { font-family:Cursive; font-weight:600; font-size:9.0pt;  color:#000000;  }
h3             { font-family:Cursive; font-weight:600; font-size:9.0pt;  color:#000000;  }
h4             { font-family:Cursive; font-weight:400; font-size:10.0pt; color:#000000;  }
p              { font-family:Cursive; font-weight:400; font-size:10.0pt; color:#000000;  }

a:link         { font-family:Cursive; font-weight:700; font-size: 9.0pt; color:#0000ff;  }
a:active       { font-family:Cursive; font-weight:700; font-size: 9.0pt; color:#00ff00;  }
a:visited      { font-family:Cursive; font-weight:700; font-size: 9.0pt; color:#0000ff;  }
A:hover        { font-family:Cursive; font-weight: bold; color:#ff0000;  }



/*-----------------------------------------------------------------------------------------
#body       { background:#ccffcc; color:#000000; margin:20; }
#s-project  { font-family:Accent; font-weight:700; font-size:18.0pt;color:#ff0000;              }
#s-page     { font-family:Arial, sans-serif; font-weight:700; font-size:13.0pt; color:#009966;  }
#s-menu     { font-family:Arial, sans-serif; font-weight:700; font-size:10.0pt; color:#0000ff;  }
#s-next     { font-family:Arial, sans-serif; font-weight:700; font-size:12.0pt; color:#0000ff;  }
#s-link     { font-family:Arial, sans-serif; font-weight:700; font-size:10.0pt; color:#0000ff;  }
#s1         { font-family:Arial, sans-serif; font-weight:400; font-size:10.0pt; color:#000000;  }
#s2         { font-family:Arial, sans-serif; font-weight:600; font-size:11.0pt; color:#009966;  }


#s-page
        {
        font-family:Arial, sans-serif; font-weight:700; font-size:13.0pt;color:#cc0000;
        }

#s2
        {
        font-family:Arial, sans-serif; font-weight:600; font-size:11.0pt;color:#cc0000;
        }
-----------------------------------------------------------------------------------------*/
