*{
	margin: 0;
	padding: 0;
}
body{
	color: #000000;
	background-color: #ffffff;
	background-image: url("bg.gif");
	text-align: center;
}
h1{
	color: #ffcc00;
	background-color: #ffffff;
	font-family: Verdana,sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 5px;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
h2{
	font-family: Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	border-left-color: #66CC66;
	border-left-width: 10px;
	border-left-style: solid;
	text-indent: 1em;
	margin: 5px;
}
p,ol,ul,address{
	text-indent: 1em;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 150%;
}
p{
	margin: 0.5em;
}
ol,ul{
	margin-top:0.5em;
	margin-bottom: 0.5em;
	margin-left: 50px;
}
li{
	text-indent: 1em;
}
a{
	font-family: Verdana,sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	
}
address{
	color: #C0C0C0;
	background-color: #ffffff;
	text-align: right;
	
}
.box{
	width: 70%;
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}