/* Style sheet by Kylie Lee, March 2006 */
/* Written for Squeaky */
/* style.css */

body {
     font-family: "trebuchet ms", arial, helvetica, sans-serif;
     background-color: #400000;
     color: #000000;
}

/* Rules for hotlinks */

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}

/* Rules for heads */

h1, h2, h3, h4 {
	padding: 2px;
}

h1 {
	letter-spacing: .4em;
}

h2 {
	font-style: italic;
	letter-spacing: .2em;
}

h3 {
	letter-spacing: .2em;
}

#page {
   background-color: #ffffff;
	border: 4px solid #000000;
	color: #000000;
	margin: 1em;
   padding: 1em;
}

.navigation {
}

.graphic {
}

.display {
	font-size: 110%;
	line-height: 1.5em;
	margin-left: 1em;
}

.description {
	margin: 1em 0 0 1em;
}

.header {
   border: 1px solid #400000;
	background-color: #ffffff;
	color: #000000;
	font-size: 95%;
	margin: 1em;
	padding: 0 1.3em 1.3em 1.3em;
}

.fic {
	background-color: #ffffff;
	color: #000000;
   font-family: "times new roman", serif;
	line-height: 1.4em;
	padding: 1em;
}

.disclaimer {
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	margin: 1em 6em;
	text-align: center;
}

address {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	padding: 0 0 1em 0;
	text-align: center;
}


