html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	color: #000;
}

a { text-decoration: none; color: #000; }
a:link img, a:visited img { border-style: none; }
acronym { border-bottom: 1px dotted #000; cursor: help; }

.logo {
	width: 440px;
	margin: 10% auto;
	text-align: center;
}

