html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ol, ul, li {
	border: 0 none;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 10px #000000;
}
html, body {
	background: url("stripe1.gif") repeat scroll left top #FFFFFF;
}
#header {
	margin: 10px auto;
	width: 900px;
	text-align: center;
	font: 60px Calibri,Helvetica;
}
#content {
	margin: 10px auto;
	width: 900px;
	font: 14px/18px Calibri,Helvetica;
}
#footer {
	margin: 10px auto;
	width: 900px;
	text-align: center;
	font: 14px/18px Calibri,Helvetica;
}
.string {
	float: left;
}
.column {
	float: left;
	width: 300px;
}
.title-column {
	font: 18px/18px Calibri,Helvetica;
}
ol, ul {
	list-style: none outside none;
	padding: 10px 10px 40px;
	position: relative;
}
li {
	height: 17px;
	margin-bottom: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
li a{
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}