body         { background-image: 
               url('background.jpg'); 
               background-repeat: repeat; background-attachment: fixed }
h1 {
  color:blue; 
  font-size:20pt;
  font-family: sans-serif
}

h6 {color: black;
  font-size: 8pt;
  font-family: sans-serif;
}

img { border: 0; } 

default {
  font-family: sans-serif;
  font-size: 8pt
}

p {
  font-family: sans-serif;
  font-size: 8pt
}

hr {color:navy}

a:link {
  color:navy;
  font-family: sans-serif
 }

a:visited  {
  color:navy;
  font-family: sans-serif
}

a:hover    {
  color:red;
  font-family: sans-serif
}

a:active {
  color:red;
  font-family: sans-serif
}

  