/* Written for Shi Shi by Kylie Lee, March 2006 */
/* style.css */

body {
     font-family: verdana, geneva, sans-serif;
     background-color: #18277e;
     color: #000000;
}

/* Rules for headings */

h1, h2, h3 {
     text-transform: lowercase;
}

h1, h2 {
	text-align: center;
}

h3 {
	border-bottom: 2px solid #18277e;
	padding: .3em 0;
}

/* Rules for hyperlinks */

a:link {
     color: #2034a8;
     text-decoration: none;
}

a:visited {
     color: #7e011b;
     text-decoration: none;
}

a:hover {
     text-decoration: none;
     font-weight: bold;
}

/* Rules for established HTML elements */

address {
	  color: #808080;
     font-family: arial, helvetica, sans-serif;
     font-size: 80%;
     text-align: center;
     font-style: normal;
     margin: 1em 10em;
     text-transform: lowercase;
}

/* Rules for the menu pages */

#page {
     background-color: #ffffff;
	  color: #000000;
     padding: 1.3em;
     margin-left: 1em;
     margin-right: 1em;
}

#page-fic {
     background-color: #ffffff;
	  color: #000000;
     padding: 1.3em;
     margin-left: 1em;
     margin-right: 1em;
}

.navigation {
     text-align: center;
     margin-top: .3em;
     padding: .5em;
     text-transform: lowercase;
}

.description {
	margin-left: 2em;
}

.graphic {
     text-align: center;
}

/* Rules for the fic pages */

.header {
     border: 1px solid #18277e;
     background-color: #ffffff;
     font-size: 90%;
     padding: 1em;
     margin: 1em;
}

.fic {
     border-bottom: 1px solid #808080;
     font-family: arial, helvetica, sans-serif;
     background-color: #ffffff;
     line-height: 1.3em;
     padding: 1em;
}

.fic h2 {
     text-indent: 0;
}

