/* 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: #444b60;
}

h1, h2, h3 {
     background-color: #d1d5de;
     color: black;
     padding: .5em;
}

a:link {
     color: #555e77;
     text-decoration: none;
}

a:visited {
     color: #555e77;
     font-weight: bold;
     text-decoration: none;
}

a:active {
     color: red;
}

a:hover {
     text-decoration: none;
     background-color: #444b60;
     color: white;
}

/* 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;
	padding: 1em;
}

#fic-body {
   background-color: white;
   color: black;
   margin: 1em 7em 1em 7em;
	padding: 1em;
}

.word1 {
   font-style: italic;
   letter-spacing: .3em;
}

.word2 {
}

.description {
	text-align: center;
	margin-bottom: .3em;
}

.header {
   border: #444b60 1px solid;
	font-size: 90%;
	padding: .5em;
	font-style: italic;
}

.fic {
   font-family: arial, helvetica, sans-serif;
   line-height: 1.4em;
}

.menu-nav {
	text-align: center;
}

.fic-nav1 {
	text-align: right;
	line-height: 1.5em;
}

.fic-nav2 {
	text-align: center;
}

.synopsis {
	text-align: center;
	margin-bottom: 1em;
	font-style: italic;
}


