HTML { overflow-y: scroll; }

BODY, TABLE, DIV, A {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans serif;
	font-size: 10px;
}

A:link { color: #000000; text-decoration: none;}
A:visited { color: #000000; text-decoration: none;}
A:hover { color: #339B39; text-decoration: underline;}
A:active { color: #000000;}

A.email {
	letter-spacing: 0.1em;
}

#screen {
	width: 100%;
	height: 100%;
}

#screen TD {
	text-align: center;
	vertical-align: middle;
}

#mail {
	position: relative;
	left: 22px;
}