body {
	color: rgb(51, 51, 51);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}

/* Layout */

div#layout {
	height: auto;
	left: 20px;
	position: absolute;
	width: auto;
	top: 20px;
}

div#logo {
	height: auto;
	left: 0px;
	position: absolute;
	width: auto;
	top: 0px;
}

div#links {
	float: top;
	height: auto;
	left: 0px;
	width: auto;
	top: 0px;
}

/* Text */

p {
	font-weight: 400;
}


/* Tooltip */

div#tooltip {
	background: rgba(0, 0, 0, .8);
	color: rgb(255, 255, 255);
	display: none;
	max-width: 240px;
	padding: 5px;
	position: absolute;
	z-index: 1000;
}


/* Links */

a.link:link {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

a.link:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

a.link:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}