
/*	essays.css
	Stylesheet for Greek Myths Immortal Biographies
	Michael Wiik 2004 */

* {
	margin: 0;
	padding: 0;
}

body {
	margin : 1% 10% 5% 10%;
	background-color: #fbfafa;
}

#Breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #663300
}
a:hover {
	color: #996600; text-decoration: underline;
}

p#Copyright, p#Valid, p.BackToTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0.5em;
	text-indent: none;
}
p#PrimaryNav {
	font-family: Georgia, serif; font-weight: bold;;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin-bottom: 1em;
	margin-top: 1em;
}

blockquote {
	padding-left: 2em;
	padding-right: 2em;
	color: #800080;
}

h1, h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: maroon;
	font-size: x-large;
	font-weight: bold;
	margin-top: 0.25em;fi
	margin-bottom: 0.25em;
}

h1 {
	font-size: 24px;
	text-shadow: 0.1em 0.1em #ccc;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
}

ul {
	font-family: Georgia, Times New Roman, Times, serif;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
}

li {
	font-size: 12px;
}

a {
	color: #663300;
}

.cite p, .cite table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cite p {
	font-size: 12px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.cite h2 {
	margin-top: 2em;
}

.cite table {
	border-style: dotted;
	border-color: #191919;
	border-width: 1px;
}
.cite td {
	font-size: 10px;
	padding: 0.25em;
	text-align: left;
}

ul#ToC li {
	font-size: 16px;
}

