@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-image: url(images/backround.jpg);
	background-repeat: repeat;
}
.white-text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
p {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.footerlinks {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	
}
