/* 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: #c4cccf;
}

h1, h2, h3 {
     font-weight: normal;
     background-color: #c4cccf;
     color: black;
     padding: .5em;
}

a:link {
     color: #617d8f;
     text-decoration: none;
}

a:visited {
     color: #617d8f;
     text-decoration: none;
}

a:active {
     color: red;
}

a:hover {
     text-decoration: underline;
}

/* Rules for headings */

h1 {
     font-size: 250%;
}

.fic h2 {
	text-align: center;
	font-weight: normal;
}

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;
   border: #617d8f 2px solid;
	padding: 1em;
}

#fic-body {
   background-color: white;
   color: black;
   margin: 1em 7em 1em 7em;
   border: #617d8f 2px solid;
	padding: 1em;
}

.word1 {
   font-weight: bold;
   font-style: italic;
   letter-spacing: .3em;
}

.word2 {
}

.description {
	text-align: center;
	margin-bottom: .3em;
}

.header {
	font-size: 90%;
}

.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: #617d8f 1px solid;
   padding: .3em;
}

.fic-nav2 {
	text-align: center;
}

.synopsis {
	text-align: center;
	margin-bottom: 1em;
	font-style: italic;
}


