/* A stylesheet for use with the template mss3.htm */


body {background: #ffffff url(http://mcadams.posc.mu.edu/parnell/your_image.gif);
      font-family: sans-serif}
      
      /* You can add a background image by changing "your_image.gif" to the name of an image file. If you don't want to use a background image, delete "url(your_image.gif) */
      
      /* You can also change the background color by modifying "#ffffff" */

p {padding-left: 2px;
   padding-right: 2px;
   font-size: small;
   font-family: sans-serif;}

td {padding-left: 2 px;
    padding-right: 10px;
    font-size: small;
    font-family: sans-serif;}    
    
h1 {font-size: x-large;
    font-family: sans-serif;
    font-style: italic}
    
h2 {text-align: left;
    font-size: large;
    font-family: sans-serif;}   
    
h3 {text-align: left;
    font-size: medium;
    font-family: sans-serif;}
    
.copyright {font-family: sans-serif;
            font-size: x-small;
            font-style: italic;
            text-align: right}
