@charset "UTF-8";
body {
	background-color: #222222;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.style1 {color: #EEEEEE}
a:link {
	color: #CCFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #99CCCC;
}
a:active {
	color: #E6ECF2;
}
a:visited {
	color: #C7C5C9;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
