@charset "utf-8";
/* CSS Document */

body {
  font-family:"Times New Roman", Times, serif;
  color:#CC9933;
  margin:0;  
}

a:link, a:visited, a:active {
  color:#CC9933;
  text-decoration:none;
}

a:hover {
  color:#CC9933;
  text-decoration:underline;
}

table.footer {
  font-size:small;
}

.h1 {
  font-size:larger;
  font-weight:bolder;
  text-align:center
}
