/* Style sheet by coffeeslash, September 2003, updated July 2004 */
/* Written for JiM */
/* style.css */

body {
   font-family: verdana, geneva, sans-serif;
	font-size: 90%;
   color: black;
   background-color: #805f53;
}

h1, h2, h3 {
     font-weight: normal;
     color: black;
     padding: .5em;
}

a:link {
     color: #624a42;
     text-decoration: none;
}

a:visited {
     color: #624a42;
	  font-style: italic;
     text-decoration: none;
}

a:active {
     color: red;
}

a:hover {
     text-decoration: underline;
}

/* Rules for headings */

h1 {
     font-size: 250%;
}

address {
     font-size: 90%;
     font-style: normal;
     margin-top: .5em;
}

.display {
     font-size: 150%;
     line-height: 1.8em;
}

.disclaimer {
     font-size: 90%;
     margin-top: .5em;
}

#menu-body {
   background-color: white;
   color: black;
   margin: 2em 7em 1em 7em;
   border: black 1px solid;
	padding: 1em;
}

.word1 {
   font-weight: bold;
   font-style: italic;
   letter-spacing: .3em;
}

.word2 {
}
