
p{
   color: #333399;
   line-height: 150%;
}

h2{
   color: #ffff33;
   background-color: blue;
   line-height: 40px;
   text-align: right;
}

   a.link { text-decoration: none; font-weight: bold; color: green; }
   a:active { text-decoration: none; font-weight: bold; color: lime; }
   a:visited { text-decoration: none; font-weight: bold; color: orange; }
   a:hover { background-color: green; color: white;}
