@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFF;
	text-decoration: none;
	target:_self;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #85ff03;
}
a:active {
	text-decoration: none;
	color: #0ec2fd;
}
body {
	background-color: #161616;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
body,td,th {
	color: #FFF;
}
img {border:0px;
}
.cdata {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
.h3 {
	font-family:"Book Antiqua", "Trebuchet MS","Times New Roman", Times, serif;
	font-size:34px;
}
.h2 {font-family: "Book Antiqua", Georgia, Verdana, sans-serif;
	font-size: 40px;
}
.about {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
h1 {font-family:"Book Antiqua", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
}
.linkhead {font-family:"Book Antiqua", Verdana, Geneva, sans-serif;
		font-size:18px;
}

