body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	color: white;
}

table {
	color: black;
	font-family: Arial, Tahoma;
	font-size: 13px;
	line-height : 20px;
	letter-spacing : 0.1px;
}

A       {
color: #FF0000;
text-decoration:none;
font-style: italic;
	}
A:hover	{
color: #FF0000;
text-decoration:none;
font-style: italic;
	}
A:active{
color: #FF0000;
text-decoration:none;
font-style: italic;
	}
A:visited{
color: #FF0000;
text-decoration:none;
font-style: italic;
	}

h1 {
	font-family : Arial, Tahoma;
	font-size : 15px;
	color: #FF0000;
	line-height: 20px;
	font-weight: bold;
}

h2 {
	font-family : Arial, Tahoma;
	font-size : 13px;
	color: #FF0000;
	line-height: 20px;
	font-weight: bold;
}

input {
	border: 1px #FFFFFF solid;
	font-family: Arial, Tahoma;
	font-size : 13px;
	background-color: #333333;
	color: #FFFFFF;
}

