.title {
	color: Black;
	font-family: "Century Retrospective Black SSi";
	font-size: 25px;
	font-weight: bold;
}

.title2 {
	color: Black;
	font-family: "Century Retrospective Black SSi", serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
}

.blackbold2 {
	color : black;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
}
.century{
	color : black;
	font-family : "Century Retrospective SSi";
	font-size : 12px;
	font-weight : bold;
}
.century16{
	color : black;
	font-family : "Century Retrospective SSi";
	font-size : 16px;
	font-weight : bold;
}	
.links {
	color : #000000;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}
.blackbold3 {
	color : Black;
	font-family :  Arial;
	font-size : 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration : none;
}
.blackbold {
	color : Black;
	font-family :  Arial;
	font-size : 12px;
	font-style: normal;
	font-weight: bold;
}
.bluebold {
	color : Blue;
	font-family :  Arial;
	font-size : 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration : underline;
}
.whitebold {
	color : white;
	font-family :  Arial;
	font-size : 12px;
	font-style: normal;
	font-weight: bold;
}
.normal {
	color : Black;
	font-family : Arial;
	font-size : 13px;
	font-style: normal;
	font-weight: normal;
}
.normalunder {
	color : Black;
	font-family : Arial;
	font-size : 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration : underline;
}
.copy {
	color : Black;
	font-family : Arial;
	font-size : 10px;
	font-style: normal;
	font-weight: bold;
}
.rage {
	color : Navy;
	font-family : "Rage Italic";
	font-size : 30px;
	font-style: normal;
	font-weight: normal;
}