body {
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: white;
}
a:link {
	text-decoration : none;
	color : #ccffff;
}
a:visited {
	text-decoration : none;
	color : #99ccff;
}
a:active, a:hover {
	text-decoration : none;
	color : white;
}
a:link.box, a:visited.box, a:active.box, a:hover.box {
	border-color : white;
	border-width : 1px;
	border-style : solid;
}
a:active.bg, a:hover.bg, a:active.box, a:hover.box {
	background-color: #66ccff;
}
.faded {
	position:absolute;
	left:0;
	top:0;
	width:87px;
}
.main {
	position:absolute;
	left:87px;
	top:0;
}

