
 * {
	padding: 0;
	margin: 0;
	}

 body {
	background-color: #ffffff;
	background-image: url('./images/fall-border.jpeg');
	background-repeat: repeat-y;
	font-family: 'sans-serif';
	font-size: 11pt;
	}

 #container {
	margin-left: 100px;
	}

 img {
	border: none;
	}


/* Header */

 #header {
	margin: 25px 100px 10px 10px;
	text-align: center;
	}

 #skip a {
	float: right;
	color: #ffffff;
	}

 #menu li {
	display: inline;
	font-weight: bold;
	line-height: 1.5;
	list-style-type: none;
	margin: 0 1px;
	padding: 0 5px;
	}

 #current {
	color: #9dae9c;
	text-decoration: none;
	}


/* Speshul content Index page */

 #buttons {
	background-color: #ffffff;
	float: right;
	margin: 0 0 15px 15px;
	}

 #buttons li {
	padding: 5px;
	text-align: center;
	}

 #warning {
	color: #d3859d;
	font-family: 'papyrus', 'purisa', 'serif';
	font-size: 18pt;
	font-weight: bolder;
	font-variant: small-caps;
	margin: 25px;
	text-align: center;
	}

 ol li {
	margin-left: 20px;
	margin-top: 5px;
	text-align: left;
	}

 #archive {
	font-family: 'sans-serif';
	}


/* Content */

 #content {
	padding: 0 50px;
	}

 h1 {
	border-bottom: solid 3px #9dae9c;
	color: #9dae9c;
	font-family: 'papyrus', 'purisa', 'comic sans ms';
	font-size: 36pt;
	margin: 25px 0;
	text-align: center;
	}
 h2 {
	font-family: 'papyrus', 'purisa', 'serif';
	margin-top: 20px;
	padding: 5px 0;
	text-align: left;
	}

 p {
	margin: 5px 0;
	text-align: justify;
	}

 #submenu {
	margin-top: 10px;
	}

 #submenu li {
	display: inline;
	font-size: smaller;
	line-height: 1.5;
	list-style-type: none;
	padding: 5px;
	}

 dt {
	margin-top: 10px;
	text-align: justify;
	}

 dd {
	margin-left: 5px;
	margin-top: 1px;
	text-align: justify;
	}

 .top {
	clear: right;
	padding-top: 20px;
	text-align: center;
	}


/* Recs formatting */

 ul li {
	list-style-type: none;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
	}

 .blackout {
	background-color: #9dae9c;
	color: #9dae9c;
	}

 .favourite {
	border: solid 1px;
	color: #9dae9c;
	padding: 0 3px;
	}

 .locked {
	border: solid 1px;
	color: #d3859d;
	padding: 0 1px;
	}

 .rec {
	font-weight: bold;
	}

 .title {
	font-weight: bold;
	}


/* Footer */

 #foot {
	font-size: smaller;
	margin: 10px;
	text-align: right;
	}
