body {
	background-color: #000000;
	
}
a:link {
	color: #9900FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
}
a:hover {
	text-decoration: underline;
	color: #9900FF;
}
a:active {
	text-decoration: none;
	color: #9900FF;
}
.address {
	color: #C3CCD1;
	font-size: 16pt;
	padding-top: 15px;
}


.link:active,a.link:visited,a.link:link {
	text-decoration: none;
	color: #9900FF;
}

.link:hover {
	text-decoration: underline;
	color: #9900FF;
}



.about_picture {
	margin-right: 15px;
}
.body_div {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #FFFFCC;
	line-height: 120%;
	padding-right: 15px;
	padding-left: 15px;
}
.copyright {
	color: #CCCCCC;
}

