a:link {
	font-weight: bold;
	font-size: 10pt;
	color: #C3003C;
	text-decoration: none
}
a:active {
	font-size: 10pt;
	color: #C3003C;
}
a:hover {
	font-weight: bold;
	font-size: 10pt;
	color: #C3003C;
	text-decoration: underline
}
a:visited {
	font-weight: bold;
	font-size: 10pt;
	color: #C3003C;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	color: #7D2F4B;
	font-size: 10pt;
	font-family: arial, helvetica, helv;
	text-decoration: none;
	
	background-color: #000000;
	
	overflow:hidden;
	
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #CCD552;
	scrollbar-3d-light-color: #CCD552;
	scrollbar-dark-shadow-color: #CCD552;
	scrollbar-arrow-color: #CCD552;
	scrollbar-base-color: #CCD552;
}