body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentback {
	background-color: #5A6777;
	background-image: url(img/backtext.png);
	background-repeat: no-repeat;
}
.textback {
	background-image: url(img/middle1.gif);
	background-repeat: repeat-y;
}
.content {
	text-align: justify;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
}

a:active {
	color: #FFF;
}
a:link {
	color: #F60;
}
a:hover {
	color: #F60;
	text-decoration: none;
}

a:visited {
	color: #F60;
