
/* COLORS
     Maroon #990000
     Beige  #FFFFCC
     Gray   #CCCC99
     White  #FFFFFF
     Black  #000000
     Purple #996666
     Brick  #CC0000
*/

body {font-family: "Times New Roman", serif; font-size: .9em; color: #990000; 
      background-image: url(mgifs/gifs1/marble.jpg); margin-left: 2%; margin-right: 2%}
 
h3 {font-family: "Comic Sans MS", Arial, sans-serif; font-size: 1.5em; color: #990000; 
    text-align: center}
h5 {font-family: "Comic Sans MS", Arial, sans-serif; font-size: 1.1em; color: #990000; 
    text-align: center}

/* for math quotes */
h6 {font-family: "Comic Sans MS", Arial, sans-serif; font-size: 1.2em; color: #990000; 
    text-align: left; line-height: 1.5; font-weight: 500}
h4 {font-family: "Comic Sans MS", Arial, sans-serif; font-size: 1.2em; color: #990000; 
    text-align: left; line-height: 1.5; font-weight: 500}

a {text-decoration: none; font-family: Arial, Helvetica, sans-serif; 
   font-size: 1em; font-weight: 600}

a:visited {color: #996666} 
a:link {color: #990000}
a:active {color: #CC0000}
a:hover {color: #000000}   


.credits {font-family: "Times New Roman", serif; font-size: .9em; color: #990000; 
          font-style: italic}

/* Menu */
.menu {font-family: "Times New Roman", serif; font-size: .8em; color: #990000; 
       line-height: 2.5; font-weight: 550}

