/* Style sheet by Kylie Lee, March 6, 2005 */
/* Written for The Grrrl */
/* style.css, for Enterprise pages */

html {
   background: black url(star_background.jpg) repeat-x fixed;
	color: white;
	font-family: verdana, geneva, sans-serif;
}

body {
	background-color: black;
	border: 1px solid white;
	color: white;
	margin: 2em 3em;
	padding: .2em;
}

h1, h2, h3, h4 {
	letter-spacing: .2em;
}

.fic h2 {
	text-align: center;
}

a:link {
	background-color: black;
   color: gray;
   text-decoration: underline;
}

a:visited {
   color: silver;
   text-decoration: underline;
   font-style: italic;
}

a:hover {
	background-color: white;
	color: black;
   text-decoration: none;
}

.right a:link {
	background-color: white;
   color: blue;
   text-decoration: none;
}

.right a:visited {
   color: purple;
   text-decoration: none;
   font-style: italic;
}

.right a:hover {
	background-color: black;
	color: white;
}

#fic-body .disclaimer {
	font-size: 75%;
	letter-spacing: .1em;
	margin-top: 2em;
	text-align: center;
}

#fic-body address {
	font-size: 75%;
	letter-spacing: .1em;
	margin: 2em 0 1em 0;
	text-align: center;
}

#table1 {
	width: 100%;
}

.right {
	background-color: white;
	color: black;
	text-align: center;
}

.fic {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	padding: 1em;
}

.ficblock {
	margin-top: 2em;
	text-align: center;
}

.title {
	font-size: 120%;
}

#menu-body .disclaimer {
	font-size: 75%;
	letter-spacing: .1em;
	margin-top: 2em;
}

#menu-body address {
	font-size: 75%;
	letter-spacing: .1em;
}

.header {
	font-size: 85%;
	text-align: center;
}

.new {
	color: red;
}

.display {
	font-size: 110%;
	line-height: 2em;
	text-align: center;
}

/* Not used */

#menu-body {
}

.description {
}

.summary {
}

#nav {
}


