/* CSS Document */

body  {margin:0;padding:0;}

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #414141;
}
body {
	background-color: #414141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #ffffff}
a {
	font-size: 12px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: Red;
}
a:visited {
	text-decoration: none;
	color: Red;
}
a:hover {
	text-decoration: underline;
	color: Red;
}
a:active {
	text-decoration: none;
	color: Red;
}
h1 {
	color: Red;
	margin: 15pt;
	font-family: Tahoma;
	size: 5pt;
	
}