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

body {
	background-color: #3a3d45;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: .5em;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #ffffff;
}
a:visited {
	color: #939aa4;
}
a:hover {
	color: #3996d3;
}
a:active {
	color: #ffffff;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1Sem;
	color: #3996d3;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .9em;
	color: #3996d3;
}
