.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #6A8DB0;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #6A8DB0;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.contactinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.header {

	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

