



 .header{
   text-align:center;
   vertical-align:middle;
   }
  .header a{
       font-size:11px;
   font-family:arial;
   height:15px;
    font-weight:bold;
    text-decoration:none;
    color:darkblue;
  }
 .header a:hover{
  color:red;
  }

 .subheader{
   font-size:11px;
   font-family:arial;
   height:15px;
   text-align:center;
   
   }
  .subheader a{
    font-weight:bold;
    text-decoration:none;
    color:red;
  }
 .subheader a:hover{
  color:black;
  }
P B{
	color:#FF2900;
}