@charset "utf-8";
/* CSS Document */
html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{ 
margin:0;
padding:5;
border:0;
}

body {
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
}
h4 {
	color: #FACF00;
	font-size: 14px;
}
h5 {
	color:#F00;
	font-size: 12pt;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DDD;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
}
body,td,th {
	font-family: Calibri;
	color: #FFF;
	font-size: 14px;
}
