/*
 * deptpage.css - Style file for department web page
 *
 * 24Sep22  Specified fonts and background color
 * 23May05  Everett Lipman
 */

body {
   color: black;
/*   background: #F1E8E0; */
/*   background: #F8F4F0; */
/*   background: #EFEDE1; */
   background: #F8F5E9;
   margin-left: 10%;
   margin-right: 10%;
   margin-top: 5%;
   margin-bottom: 5%;
   font-family: Georgia, serif;
   }

.f2 {
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 150%;
   }

.f4 {
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 125%;
   }

.f5 {
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 115%;
   }

.f6 {
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 100%;
   }

.f7 {
   font-family: Georgia, serif;
   font-weight: bold;
   font-size: 105%;
   }

.f8 {
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 90%;
   }

.s1 {
   font-family: Georgia, serif;
   font-size: 130%;
   }

.s2 {
   font-family: Georgia, serif;
   font-size: 120%;
   }

.if1 {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 100%;
    }

.ptf {
    font-family: Verdana, sans-serif;
    font-style: italic;
    font-size: 100%;
    }

.paf {
    font-family: Georgia, serif;
    font-size: 100%;
    }

.pjf {
    font-family: Georgia, serif;
    font-size: 100%;
    }
