@font-face {
    font-family: festus!;
    src: url("festus.ttf");
}

body {
	background-color: #222222;
	text-align: center;
	margin:0;
}

.titles2 {
	font-size: 24px;
	font-family: festus!;
	color: #BE131D;
}
.titles3 {
	font-size: 16px;
	font-family: Century Gothic;
	color: #FFF;
}
.titles4 {
	font-size: 12px;
	font-family: Century Gothic;
	color: #FFF;
}
.titles1 {
	font-size: 36px;
	color: #FFF;
	font-family:festus!;
}

a:link {
	color: #fff;
	text-decoration:none;
	font-family: Century Gothic;

}
a:visited {
	color: #fff;
	font-family: Century Gothic;
	text-decoration:none;
}
a:hover {
	font-family: Century Gothic;
	color: #FFF;
	text-decoration:none;
}
.subtitles {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
}




