.title {
	font-family: Helvetica, Arial, Verdana;
	font-size: 19px;
	color: #FFF;
	font-weight: normal;
}
.text {
	font-size: 13px;
	color: #FFF;
	font-family: Helvetica, Arial, Verdana;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 9px;
	font-style: normal;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #DE0D01;
	background-image: url(images/home-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.about a:link {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.about a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.about a:hover {
	color: #B1E0F6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1E0F6;
}
.about a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
a {
	color: #FFFFFF;
}

