body {
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	background-color: #F6A34A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
A:link {
	color: #0000FF;
}
A:visited{
	color: #0000FF;
}
p {
	text-indent: 30pt; 
	margin:7px;
}
.pcenter {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
}
.pcenter p {
	text-indent:0px;
	margin:0px;
}

strike {
	text-decoration: line-through;
}