body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	margin-top: 40px;
	margin-left: 30px;
}
body {
	background-color: #000000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.black_tpye {
	color: #000000;
}
.dotted_line{
	border-bottom: 1px dotted #FFFFFF;
}

.clear {
	clear:both;
}