/* This version of swil.css was implemented 15 May 2004   -MTN    */

/* global styles */
body { font-size: medium;
       background-image: url('gifs/parchment.gif');
       background-color: #FFF0B9;
       background-repeat: repeat;
       margin: 22px; }
p { margin-left: 32px; }
small { font-size: 80%; }
dd { line-height: 1.4; }
       

/* link colors */
a:link { color: #104010;
         text-decoration: none;
}
a:visited { color: #8A3200;
            text-decoration: underline;
}
a:hover { color: #104010;
          /*background-color: #176318;*/
	font-weight: bold;
          text-decoration: none;
}

/*color change was #FFF0B9*/;

/* page header */
.Header { text-align: center;
          color: #2B002B;
          width: 780px; }

/* section headers */
.BigLetter { font-size: xx-large; }
.BigText { font-size: large; }
.SmallText { font-size: small; }

/* sections */
.PageSection { border-width: 0px;
               border-style: none;
               border-color: #FFF0B9;
               margin: 10px;
               width: 760px; }
div#footer { border-color: #8A3200;
             width: 200px; }

