body{
	background-color: #d2ffa9;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #bdff8b url(images/background.gif) repeat;
	background-color: #bdff8b;
	background-image: none;
}
h1{
	font-size: x-large;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
	line-height: 1em;
}
h2{
	font-size: large;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
	line-height: 1em;
}
h3{
	font-size: medium;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 0;
	line-height: 1em;
}
div{
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}
p{
	margin: 1em 0;
	text-indent: 1em;
	line-height: 1.5em;
	text-align: left;
	color: #333333;
}
a{
	color: #0000ff;
	text-decoration: underline;
}
a:link{
	color: 0000ff;
	text-decoration: underline;
}
a:visited{
	color: ff00ff;
	text-decoration: underline;
}
a:hover{
	color: #0000ff;
	text-decoration: none;
}
table{
	
}
th{
	text-align: center;
}
span.small{
	font-size: small;
}
span.underline{
	text-decoration: underline;
}
