@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}
abbr { 
	cursor: help;
}
a, a:link, a:visited {
	color: #7e40a6;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

.clearit { 
	position: relative;
	clear: both;
	height: 0px;
}

