<style type="text/css">

body
   {
   background: #white;
   color:black;
   }

H1
   {
   color:black;
   text-align:center;
   font-size:xx-large;
   font-weight:normal;
   font-family:sans-serif;
   }

H2
   {
   color:black;
   text-align:center;
   font-size:x-large;
   font-weight:normal;
   font-family:sans-serif;
   }

H3
   {
   color:black;
   text-align:center;
   font-size:large;
   font-weight:normal;
   font-family:sans-serif;
   }

A
   {
   color:blue;
   font-size:normal;
   font-weight:normal;
   font-family:serif;
   }

P
   {
   font-size:normal;
   font-weight:normal;
   font-family:serif;
   }

.caption
   {
   text-align:center;
   font-size:x-small;
   font-family:serif;
   color:black;
   }

.copyright
   {
   text-align:center;
   font-size:x-small;
   font-family:sans-serif;
   color:gray;
   }

</style>