body {
	font-family: "Arial";
	font-size: 9pt;
	margin: 10px;
	text-align: center;
	behavior:url("csshover2.htc");
}

h1 {
	font-family: "Courier New";
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 14px;
	font-weight: normal;
	font-size: 40pt;
}

p {
	margin: 0px;
	margin-top: 15px;
	padding-bottom: 1px;
}

a {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px #000 dashed;
}

a:hover {
	color: #000;
	border-bottom: 1px #000 dashed;
}

div {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

b {
	margin-left: 3px;
	font-weight: normal;
}

#g {
	text-align: left
}

.d {
	border-top: 1px #000 dashed;
}

#d {
	border-bottom: 1px #000 dashed;
	padding-bottom: 10px;
}

ul {
	margin: 10px;
	padding: 0px;
	padding-left: 20px;
	list-style-type: circle;
	line-height: 20px;
}

li {
	margin: 0px;
	padding: 0px;
}

li:hover {
	list-style: disc;
}

img {
	border: 0px
}

