body
{
	background-color: #DDEEFF;
}

h1
{
	text-align: center;
	font-family: Tahoma;
	color: #5566AA;
}

p, ul
{
	text-align: justify;
	font-family: Tahoma;
	color: #5566AA;
}

div.content
{
	display: block;
	width: 800px;
	background-color: white;
	position: absolute;
	top: 0px;
	left: 20%;
	width: 60%;
	min-height: 100%;
}

div.text
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 70%;
}

a:link
{
	color: #AABBDD;
	text-decoration: none;
}

a:visited
{
	color: #334477;
	text-decoration: none;	
}