body {
	background-color: #000000;
}
h1 {
	font-family: arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 20pt;
	color:#660033;
}
p {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
}
.item_name {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
}
.item_description {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 14pt;
	margin:5px;
}
.item_description_title {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 14pt;
	color:#ffffff;
	margin:5px;
}
A:link {
	text-decoration:none;
	color:#660099;
}

A:visited {
	text-decoration:none;
	color:#660099;
}

A:hover {
	text-decoration:underline;
	color:#990099;
}

A:active {
	text-decoration:underline;
	color:#990099;
}
.copyright {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align:center;
	color:#ffffff;
}
.copyright A {
	color:#ffffff;
	text-decoration:underline;
}


