
body {
    font-family:perpetua, times new roman, serif;
    font-size: 16px;
     }
/*----------------------------------link styles--------------------------*/
a:link{
    font-family:perpetua,  times new roman, serif;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
      }

a:visited{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
         }
a:hover{
    color: #800000;
       }
/*---------------------------------------headline styles----------------------*/

h1{
   color: #800000;
  }

b{
  color:#800000;
 }

