/*

global

*/
body {
  margin: 0px; 
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
	color: white;
	font-family: Arial;
	font-size: 11px;
}
p, div, td, span {
	font-family: Arial;
	font-size: 11px;
	color: white;
}
a {
	color: #fef000;
}
h1{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
h2{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
h3{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}