/* Style sheet by Kylie Lee, March 6, 2005 */
/* Written for The Grrrl */
/* style.css, for Atlantis pages */

html {
   background: #dce6e8 url(chevron.jpg) repeat-x fixed;
	color: black;
	font-family: verdana, geneva, sans-serif;
	font-size: 90%;
	margin: 2em 4em;
}

body {
	background-color: #e1e9eb;
	padding: 1em;
}

a:link {
	background-color: #e1e9eb;
	color: #0c3ec2;
   text-decoration: underline;
}

a:visited {
	background-color: #e1e9eb;
	color: #062168;
   text-decoration: underline;
}

a:hover {
	background-color: #062168;
   color: #e1e9eb;
   text-decoration: none;
}

h1, h2, h3, h4 {
	letter-spacing: .1em;
}

#table1 {
	width: 100%;
}

#fic-body .left {
	text-align: right;
	width: 70%;
}

#fic-body .right {
	text-align: right;
	vertical-align: middle;
	width: 30%;
}

#menu-body .left {
	text-align: right;
	width: 70%;
}

#menu-body .right {
	text-align: right;
	vertical-align: top;
	width: 30%;
}

.fic {
	background-color: white;
	color: black;
	line-height: 1.4em;
	padding: 1em;
}

.title {
	font-size: 110%;
}

.description {
	font-style: italic;
}

.summary {
	font-style: italic;
}

#menu-body .disclaimer {
	font-size: 90%;
}

#menu-body address {
	font-size: 90%;
}

#fic-body .disclaimer {
	font-size: 90%;
	text-align: right;
}

#fic-body address {
	font-size: 90%;
	text-align: right;
}

.new {
	color: red;
	font-style: italic;
	margin-left: 1.3em;
}

.display {
	font-size: 110%;
	line-height: 2em;
	margin-right: 2em;
}

#nav {
}

#menu-body {
}

.ficblock {
}

.header {
}


