/*
	CSS for fanfiction template
	Designed 2007 by Kate Bolin
	http://www.dymphna.net/
*/


/*
	Page structure and formatting
	Tinker with this, but be warned
	that it can mess with the structure
	of your page!
*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	}
h1 {
	margin: 0;
	display: block;
	padding: 0.5em;
	}
h2 {
	margin: 0.5em;
	}
h3 {
	margin: 0.5em;
	}
h4 {
	margin: 0.6em;
	}
p {
	margin-left: 1em;
	margin-right: 1em;
	}
dl {
	margin: 1em;
	}
dt {
	margin-top: 0.5em;
	}
dd {
	margin-left: 1.5em;
	}
ul#menu {
	float: right;
	width: 20%;
	margin: 0 0 0 0.5em;
	padding: 0;
	}
ul#menu li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	display: block;
	}
ul#menu li a:link, ul#menu li a:visited {
	display: block;
	}
ul#menu li a:hover, ul#menu li a:focus {
	display: block;
	background: transparent;
	}
ul#menu li a:active {
	display: block;
	}


/*	Colour and font styling.
	Edit these as often as you want.
	Different colours, different fonts,
	borders, no borders, whatever!
*/

body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	background: #ffffff;
	color: #333333;
	}
h1 {
	color: #ffffff;
	background: #333333;
	border: 2px solid #000000;
	font-size: 250%;
	}
h2 {
	font-size: 150%;
	color: #000000;
	}
h3 {
	font-size: 140%;
	color: #000000;
	}
h4 {
	font-size: 110%;
	color: #333333;
	}
dt {
	font-size: 100%;
	font-weight: bold;
	}
dd {
	font-size: 90%;
	}
a:link {
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover, a:focus {
	background: #666666;
	color: #ffffff;
	text-decoration: none;
	}
a:active {
	background: #ffffff;
	color: #cc0000;
	text-decoration: underline;
	}
ul#menu {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	}
ul#menu li {
	background: #cccccc;
	border-bottom: 2px solid #000000;
	}
ul#menu li a:link, ul#menu li a:visited {
	color: #000000;
	text-decoration: none;
	}
ul#menu li a:hover, ul#menu li a:focus {
	color: #660000;
	text-decoration: none;
	}
ul#menu li a:active {
	color: #cc0000;
	}