h1 {
   font-weight: bold;   
   text-align: center;
   }

h2 {
   font-weight: bold;   
   text-align: left;
   }

p  {
   font-size: 18px;
   font-weight: normal;
   color: black;
   text-align: justify;
   }

p.center
   {
   font-size: 18px;
   font-weight: normal;
   color: black;
   text-align: center;
   }

p.right
   {
   font-size: 18px;
   font-weight: normal;
   color: black;
   text-align: right;
   }

p.strong  
   {
   font-size: 18px;
   font-weight: bold;
   color: black;
   text-align: justify;
   }

p.large
   {
   font-size: 24px;
   font-weight: normal;
   color: black;
   text-align: center;
   }

p.large-left
   {
   font-size: 22px;
   font-weight: normal;
   color: black;
   text-align: left;
   }


li {list-style-type: none}

a  {
   font-size: 18px;
   font-weight: normal;
   color: blue;
   text-decoration: none;
   }

a:hover {color:red}

a.bar
   {
   font-family: arial;
   font-size: 13px;
   font-weight: bold;
   color: white;
   background-color: #3f87c8;
   text-decoration: none;
   }

a.bar:hover 
   {
   color: white;
   background-color: #0000dd;
   }

p.bar
   {
   font-size: 5px;
   background-color: #ffffff;
   text-align: center;
   }

table.bar
   {
   background-color: #3f87c8;
   }

   
