@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1e1e1e;
	letter-spacing: .5px;
}

a:link {
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #DD0065;
}

a:active {
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #DD0065;
}

a:visited {
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #007971;
}

a:hover {
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #91278F;
}


div.brb {
	margin-top: 145px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
hr {
	color: #000000; 
	border: 1px dotted #000000; 
	border-style: none none dotted; 
}
div.text {
	margin-left: 25px;
	margin-right: 25px;
}

div.copyright {
	text-align: right;
}
