body {
 
	background-color: #cccccc;
}

body, td, th {
	color: #660000;
	scrollbar-arrow-color:#ff0000; scrollbar-face-color:#000033;
}

p {
	color: #660000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

p.code {
	color: #0000FF;
	font-size: 10pt;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

h1 {
	color: #000066;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	color: #000033;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3, h4 {
	color: #000033;
}

h5{
	color: #660000;
}

h6 {
	color: #0000FF;
	font-family: Courier New, Courier, mono;
	font-size: 10pt;
	font-weight: bold;
}

a {
	text-decoration: none; color: #FF0000;
}

a:hover {
	text-decoration: underline; color: #0E4BA8
}
a:visited {
  color: #0E4BA8;
}
OL {
	list-style-type: decimal;
	list-style-position: outside;
	color: #660000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
} 