html {
	height: 100%;
	margin-bottom: 1px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
body {
	background-color: #ffffff;
	margin: 1% 10% 0% 10%;
	height: 100%;
	font-size: 12px;
}
a img {
	border: 0
}
a:link, a:visited {
	color: #1B57B1;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: green;
	text-decoration: none;
	font-weight: normal;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
div, p, table, td, th {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #333;
}

hr	{color: green;
	width: 100%;
	size: 8px;

}