body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-shadow: 1px 1px 1px black;
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial;
	color: #ededed;
	background-color: #5A5A5A;
}

a {
	border-style: none;
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}

a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border-style: none;
}

img, div { 
	behavior: url(/parts/iepngfix.htc);
}