/*set the background image*/
body
{background-image: url(images/backing.jpg);

/*don't tile the image*/

/*fix image (doesn't work in netscape aparently)*/
background-attachment: scroll;

/*put the image middle top*/
background-position: center top;

/*make the rest of the page pale blue to match*/
background-color: #CCCCFF;
}

/*set the default font and alternates*/
p
{
color: #111111;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: left;
font-size: 12px;
}

h1
{
color: #111111;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: right;
font-size: 20px;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
	font-style: italic;
}

h3
{
color: #111111;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: left;
font-size: 16px;
}


a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	background-color: #993399;
	color: #FFFFFF;
}

/*set up lists*/
ul
{
text-align: left;
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}.right {
	text-align: right;
}
.centre {
	text-align: center;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.poemBody {
	font-family: "Comic Sans MS", Arial, sans-serif;
}
.poemTitle {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-weight: bold;
}
.intro {
	font-size: 14px;
	text-align: justify;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
.indent {
        margin-left: 2em;
}
