body {
	background-color: black;
	color: white;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 16px;
	padding: 60px 0 0 90px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited: {
	color: white;
}

img {
	border: 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

.medium {
	font-size: 9px;
	line-height: 9px;
}

#viewer {
	position: fixed;
	top: 159px;
	left: 420px;
	width: 680px;
	height: 550px;
}

