a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #330066;
}

body, td, th {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #eeddff;
}

h1 {
	color: #330066;
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #330066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 18px;
}

h3 {
	color: #330066;
	font-size: 10px;
	line-height: 14px;
}
h5 {
	color: #330066;
	font-size: 11px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color: #666666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: normal;
}

