@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	background: #e5ecf2;
	text-align: center;
	color: #000;
	height: 100%;
	overflow: hidden;
}

a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #5e0000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

div.linkBox {
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
}