p
{
  font-size : 10pt;
  font-family: century gothic;
  color: Black;
}

h1
{
	font-size : 32pt;
    font-family: century gothic;
	color : #B20000;
	margin-top : 0px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 
{
  font-size : 16pt;
  font-family: century gothic;
  color : Black;
  margin-top : 0px;
  text-transform: uppercase;
  font-weight: normal;
}

h4
{
  font-size : 11pt;
  font-family: century gothic;
  color : white;
  margin-top : 0px;
  text-transform: uppercase;
  font-weight: bold;
}
  
 a
 {
 	font-size: 10pt;
 	font-family: century gothic;
 	color : #B20000;
 	font-weight : bold;
 }
 a:hover
 {
 	font-size: 10pt;
 	font-family: century gothic;
 	color : Black;
 	font-weight : bold;
 }
 a:active
 {
 	font-size: 10pt;
 	font-family: century gothic;
 	color : #B20000;
 	font-weight : bold;
 }
 a.contentLink
 {
 	font-size : 10pt;
    font-family: century gothic;
 	color : white;
	text-transform: uppercase;
 }
 
 a.contentLink:hover
 {
 	font-size : 10pt;
	text-decoration: line-through;
    font-family: century gothic;
 	color : white;
	text-transform: uppercase;
 }
 
 a.contentLink:visited
 {
 	font-size : 10pt;
    font-family: century gothic;
 	color : white;
	text-transform: uppercase;
 }
