/* Style sheet by coffeeslash, September 2003 */
/* Written for JiM and MJ's Mexico series */
/* style.css */

body {
     font-family: Verdana, Geneva, sans-serif;
     color: black;
     background-color: white;
}

h1, h2, h3 {
     text-align: center;
     font-weight: bold;
}

a:link {
     text-decoration: none;
}

a:visited {
     text-decoration: none;
}

a:active {
     text-decoration: none;
}

a:hover {
     text-decoration: underline;
}


/* Rules for headings */

h1 {
     font-size: 250%;
}

h2 {
     font-size: 200%;
}

h3 {
     font-size: 100%;
}

/* Rules for div and other text elements */

address {
     font-size: 80%;
     text-align: center;
     font-style: normal;
     margin-top: .5em;
}

blockquote {
     margin-left: 6em;
     margin-right: 6em;
     text-align: left;
     font-style: normal;
}

.disclaimer {
     font-size: 80%;
     text-align: center;
     font-style: normal;
     margin-top: .5em;
}

.description {
     text-align: center;
     margin-top: 1em;
     font-size: 110%;
}

.fic p {
     font-family: Arial, Helvetica, sans-serif;
     line-height: 1.5em;
     margin-left: 5em;
     margin-right: 5em;
}

.fic h2 {
     text-align: center;
     font-size: 100%;
}

.header {
     font-size: 90%;
}

/* Rules for navigation: general, top, bottom, and series */

.navigation_top {
     font-size: 110%;
     font-weight: bold;
     text-align: center;
     margin-top: 2em;
     margin-bottom: 1em;
}

.navigation_series {
     font-size: 110%;
     text-align: center;
     margin-top: 1em;
     margin-bottom: 1em;
}

/* Rules for text */

.banner {
     text-align: center;
}

.graphic {
     text-align: center;
}

p {
     text-align: left;
)