body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#nav {
	left: 0px;
	top: 0px;
	position: absolute;
}
#title {
	left: 175px;
	top: 99px;
	position: absolute;
}
#text {
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #AD3946;
	left: 175px;
	top: 178px;
	position: absolute;
	width: 460px;
}
a:link {
	color: #FF0066;
}
a:hover {
	color: #FF3300;
}
a:visited {
	color: #660000;
}
