BODY {
	background-color : #999999;
	background-image : url(/images/background.jpg);
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

A:visited {
	color : #990000;
	text-decoration : none
}

A:link {
	color : #000000;
	text-decoration : none
}

A:hover {
	color : #003333;
	text-decoration: underline;
}

A:active {
	color : #000000;
	text-decoration : none
}

.leftcol {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	background : #CCCC99 url(/images/colbackground.jpg);
	border-width : 1px 0 1px 1px;
	border-style : solid;
	border-color : #333333
}

.mainwindow {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	background-color : #cccccc;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #333333;
	background-image : url(/images/spiral.jpg);
	background-repeat : no-repeat
}

.rightcol {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	background : #CCCC99 url(/images/colbackground.jpg);
	border-width : 1px 1px 1px 0;
	border-style : solid;
	border-color : #333333
}

.story {
	margin-bottom: 15px;
	clear: both;
}

.story .photo {
	width: 300px;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	}
	
.story .photo img {
	border: 1px solid black;
}

.story .caption {
	font-size:9px;
	padding-left: 10px;
	}
	
.quote {
	color: #008080; 
	font-style: italic; 
	margin-left: 6 px;
	}

	
#hope {
	background-image:url(/images/hope.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 50px;
	}
#hope span {
	display: none;
	}