* {
	margin: 0;
	padding: 0;
}
body {
	background: white;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 78%;
	line-height: 1.6em;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
} 
img {
	border: none;
}
a:hover {
  color: #00A0DD
}

