hr{
  color: 003399
}
h1{
  font-family: courier;
  color: 003399;
  font-style: oblique;
  text-align: right;
}
A {
   text-decoration:none;
   color=003399;
  font-weight:bold;
}
A:hover {
   text-decoration:underline;
   color=003399;
   font-weight:bold;
}
body{
  margin-left:45px;
  margin-right:15%;
  color:006600;
  link:003399;
  background-color:cfcfcf;
  background-attachment: fixed;
}