/* www.fmajor.com/    */
/* style sheet, CSS Level 1 */

/* "/CSS/fmajorhome.css" */

/* used for main pages that appear on home page */
  
body {  background: url(mustext1.gif) white; 
        font-family: arial, helvetica, sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: #000000); }
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: purple; font-style: normal; text-decoration: none; }
a:active    { color: red; font-style: normal; text-decoration: none; }
a:hover     { color: orange; font-style: normal; text-decoration: none; }

p   { font-family: arial, helvetica, sans-serif; font-size: 10pt } 
ul { font-family: arial, helvetica, sans-serif; font-size: 10pt } 

h1 { font-family: Arial, helvetica, sans-serif; color: #000000; font-weight: bold; font-size: 12pt; text-align: left}
h2 { font-family: Arial, helvetica, sans-serif; color: #000000; font-weight: bold; font-size: 11pt; text-align: left }
h3 { font-family: Arial, helvetica, sans-serif; color: #000000; font-weight: bold; font-size: 10pt; text-align: left }
h4 { font-family: Arial, helvetica, sans-serif; color: #000000; font-weight: bold; font-style: italic; font-size: 10pt; text-align: left }

/* used for the lefthand side nav bar (however, not used for compatability reasons */
.header1 { font-family: Arial, helvetica, sans-serif; 
           color: #000000; font-size: 10pt; font-weight: bold; 
           text-decoration: underline; text-align: center }
.header2 { font-family: Arial, helvetica, sans-serif; 
           color: #550000; font-size: 10pt; font-weight: bold; 
           text-align: left }
.header3 { font-family: Arial, helvetica, sans-serif; 
           color: #333333; font-size: 8pt; text-align: left }

.normal-text { font-family: arial, helvetica, sans-serif; font-size: 10pt } 
           
.footer1 { font-family: Arial, helvetica, sans-serif;
           color: black; font-size: xx-small; text-align: left }
           
/* end of file */