<!--
/* Main layout */
body {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
}

html { height: 100%; margin-bottom: 0.01em;
}

a {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

a:hover {
	color: #7facf7;
	text-decoration: underline;
}


p.top {
	color: #7facf7;
	font-size: 14px;
}
.test {
		color: red;
}

-->
