/* 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: white;
   background-color: black;
}

h1, h2, h3 {
     font-weight: normal;
     border: black 1px solid;
     color: black;
     padding: .5em;
}

a:link {
     color: #4a4a4a;
     text-decoration: none;
}

a:visited {
   color: #4a4a4a;
	font-style: italic;
   text-decoration: none;
}

a:active {
}

a:hover {
     text-decoration: none;
     color: white;
     background-color: black;
}

/* Rules for headings */

h1 {
     font-size: 250%;
}

address {
     font-size: 90%;
     font-style: normal;
     margin-top: .5em;
     text-align: center;
}

.display {
     font-size: 150%;
     line-height: 1.8em;
}

.disclaimer {
     font-size: 90%;
     margin-top: .5em;
     text-align: center;
}

#menu-body {
   background-color: white;
   color: black;
   margin: 1em 7em 1em 7em;
	padding: 1em;
}

#fic-body {
   background-color: white;
   color: black;
   margin: 1em 7em 1em 7em;
	padding: 1em;
}

.word1 {
   font-weight: bold;
   font-style: italic;
   letter-spacing: .3em;
}

.word2 {
}

.description {
	text-align: center;
	margin-bottom: .3em;
}

.header {
	font-size: 90%;
   background-color: #e5e5e5;
   padding: .3em;
}

.fic {
   font-family: arial, helvetica, sans-serif;
   line-height: 1.4em;
}


.menu-nav {
	text-align: center;
}

.fic-nav1 {
	text-align: center;
	line-height: 1.5em;
   border: black 1px solid;
   padding: .3em;
}

.fic-nav2 {
	text-align: center;
}


