a:link {
	color: #FF0000;
}

a:visited {
	color: #CC0000;
}

a:focus, a:active, a:hover {
	color: #FF6600;
	text-decoration: none;
}

body, p, dd, dt, .body {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	color: Black;
	list-style-type: disc;
}

ol {
	color: Black;
	list-style-type: upper-alpha;
	list-style: upper-alpha;
	font-weight: bold;
}

li {
	color: Black;
	margin-bottom: 10px;
}
