body {
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	color: #003;
	list-style-position: outside;
	background-color: #FFFFCC;
	list-style-type: circle;
}

ol {
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	color: #000066;
	list-style-position: outside;
}

a {
	color: #CC0033;
	text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #003;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	list-style-position: inside;
	list-style-type: circle;
}

th {
	font-family: Arial;
	font-size: 20px;
	line-height: 30px;
	color: #003;
	list-style-type: circle;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}

.title {
	font-family: Arial;
	font-size: 18px;
	line-height: 30px;
	color: #003;
}

.subtitle {
	font-family: Verdana;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial;
	font-size: 20px;
	color: #003;
	font-weight: bold;
	line-height: 30px;
}

a:link {
	color: #CC0033;
}
