html { font-size: 100%; /* IE hack */ }

body { 
	font-size: 0.90em; 
	line-height:1.175em; /* 16x1.125=18px */ 
	margin: 0; padding: 0;
	background-color: #fff;
	color: #000;
}

.hide {
	text-indent: -9999px;
}

img {
	display: block;
	border: 0;
}

a:link {
	font-weight : bold;
	text-decoration : underline;
	color: #000;
	background: transparent;
	outline: none;
}

a:visited {
	font-weight : bold;
	text-decoration : underline;
	color: #000;
	background: transparent;
	outline: none;
}
a:hover {
	font-weight : bold;
	text-decoration : underline;
	color: #888;
	background: transparent;
	outline: none;
}

a:active {
	font-weight : bold;
	text-decoration : underline;
	color: #000;
	background: transparent;
	outline: none;
}

p, th, td, li, h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
