body.page {
  background-color: white;
  background-image: url('images/page_bg.png');
  background-height: 100%;
  background-repeat: repeat-x;
  }
  
body.banner {
  background-color: "#e9e34d";
  }

A:link {
  color: black;
  font-family: Verdana, helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration:none;
  }

A:visited {
  color : black;
  font-family: Verdana, helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }

A:hover {
  color: red;
  font-family: Verdana, helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  }
p.url {
   color: "#9e0053";
   font-size: 15pt;  
   }  
h1.red {
   color: red;
   font-size: 25;
   }

h1.purple {
   color: "#9e0053";
   }

h1.green {
   color: green;
   font-size: 25;
   }

h2.purple {
   color: "#9e0053";
   }

h3.green {
   color: green;
   }

h3.purple {
   color: "#9e0053";
   }

h3.red {
   color: red;
   }

h3.white {
   color: white;
   }

h3.black {
   color: black;
   }

h4 {
   color: green;
   }

h4.black {
   color: black;
   }

h4.purple {
   color: "#9e0053";
   }

h5 {
   color: black;
   }
   
td {
   font-size: 20;
   }

td.purple {
   color: "#9e0053";
   font-size: 15;
   }

table {
   text-align: center;
   }

td.v1 {
  border-top: solid;
  border-right: hidden;
  border-left: solid;
  border-bottom: hidden;
  border-color: grey;
  color: "#9e0053";
  font-size: 15;
  }
td.v2 {
  border-top: solid;
  border-right: solid;
  border-left: solid;
  border-bottom: hidden;
  border-color: grey;
  font-size: 15;
  }
td.v3 {
  border-top: solid;
  border-right: solid;
  border-left: hidden;
  border-bottom: hidden;
  border-color: grey;
  }
td.top {
  border-top: solid;
  border-right: hidden;
  border-left: hidden;
  border-bottom: hidden;
  border-color: grey;
  }
td.act {
  border-top: hidden;
  border-right: solid;
  border-left: solid;
  border-bottom: solid;
  border-color: grey;
  }
td.mon {
  border-top: solid;
  border-right: hidden;
  border-left: solid;
  border-bottom: solid;
  border-color: grey;
  }
td.amon {
  border-top: hidden;
  border-right: hidden;
  border-left: solid;
  border-bottom: solid;
  border-color: grey;
  }
td.date {
  border-top: hidden;
  border-right: hidden;
  border-left: hidden;
  border-bottom: solid;
  border-color: grey;
  }
SELECT {
   font-size: 18;
   }