/**/


p.red, 
p.blackhead, 
p.black,
p.normal
{ 
  text-align: center ;
 }

.red
{ 
  font-weight: 800 ;
  font-size: 120% ;
  color: rgb(178,27,39) ;
  }

.blackhead
{ 
  font-size: 120% ;
  font-weight: 800 ; 
  }

.black
{ 
  font-weight: 800 ; 
  }

.normal
{ 
  font-size: 80%;
  font-weight: 400 ; 
  }
