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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #CCC;
	background-color:#000;
}
a {
	font-size: 14px;
	color: #F00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 36px;
	color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	color: #CCC;
	font-weight:normal;
}
h3 {
	font-size: 14px;
	color: #CCC;
	font-weight:normal;
}

.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}