﻿body {
	background-color:#eee;
	}
body, p, div, li, blockquote {
	font:12pt arial;
	}
a {
	text-decoration:none;
	color:#f55;
	}
a:hover {
	color:#55f;
	}

/* Here are Plain Jane's horn-rimmed glasses */
ul, li {
	list-style-image:url(hornrim.png);
	}

/* Here's the logo trick...
	this next bit hides the "Plain Jane" text header */
#logo h1 {
	display:none;
	}
/* This part sets the "logo" area to the size of
	the image, then uses the image in the background */
#logo {
	width:300px;
	height:100px;
	margin:3em auto 2em auto;
	padding:0;
	text-align:center;
	background-image:url(plainjane.png);
	background-repeat:no-repeat;
	}

#content {
	width:500px;
	margin:0 auto 0 auto;
	padding:0 2em 1em 2em;
	text-align:center;
	border:#000 1px solid;
	background-color:#fff;
	}
#leftflush {
	text-align:left;
	}

/* Here's some CSS to use for plain text navigation */
#perm {	
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	}
#navigation {
	width:500px;
	margin:1em auto 1em auto;
	padding:0;
	text-align:center;
	}
#first, #prev, #next, last, #xfirst, #xprev, #xnext, #xlast {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	}
#navigation a {
	margin:1em;
	}
#navigation span {
	margin:1em;
	}
