<!--

body { 
	margin: 64px;
	background-color: #8c8c8c;
}

table, td, tr {
	font-size: 10px;
	font-family: Arial, San Serif;
	line-height: 15px;
	color: #242424;
	text-transform: lowercase;

}

i {
	font-size: 9px;
	font-weight: normal;
	color: #5f5f5c;
}

b {
	color: #44433d;
	background-color: #cbc7bf;
	font-weight: normal;
}

a {
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #00c8bb;
	background-color: #44433d;
	text-decoration: none;
}

--!>
