body {
	background-image: url(http://jasontoal.ca/back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #000;
	padding: 0;
}

a {
	color: #5D668B;
	text-decoration: none;
}     


a:visited {
 	color: #5D668B;
	text-decoration: none;
}


a:hover {
	color:#2B418F;
    text-decoration: none;
}


a:active {
	text-decoration: none;
}


p {
	font-size: 100%;
	line-height: 1.5em;
	color: black;
	}


form, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;

}

h1 {
	font-size: 180%;
	letter-spacing: 0.05em;
	color: black;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 15px;
}


h2 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 150%;
	color: white;
	letter-spacing: 0.1em;
	margin: 15px 0 2px 0;
	padding-bottom: 1px;
	font-weight: normal;
}


h3 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 120%;
	padding-top: 20px;
	margin-top: 0;
	font-weight: normal;
	color: gray;
}


h4 {
	margin: 15px 0 2px 0;
	padding-bottom: 0px;
	font-weight: normal;
	}
	
h5 {
	color:red;
}

h6 {
	color: yellow;
}

ul {
	text-align: left;
	color: black;
	list-style-type: circle;
	padding-left: 10px;
}

ol {

}

li {
	list-style-type: circle;
}



<!-- from the wordpress blog style sheet.  just in case I need to tweak in the future -->

.storycontent {}

<!--haiku-->

.layer1 {
	border: 2px solid grey;
	text-align: center;
	padding: 20px;
	margin: 20px;
}

.layer2 {
	border: 2px solid grey;
	text-align: center;
	padding: 20px;
	margin: 20px;
}


.layer3 {
	border: 2px solid grey;
	text-align: center;
	padding: 20px;
	margin: 20px;
}

