body, table { 
    font: 13pt arial,verdana,sans-serif,helvetica;
} 

.skel { 
    width: 700px;  
    border: 0;
}

.buttontable {
    width: 700px; 
    background-color: white; 
    text-align: left;
}

.buttonrow {
    height:25px; 
    background-color: rgb(160,65,13);
}

.buttoncell {
    width: 175px;  
    text-align: center; 
    vertical-align: middle; 
    white-space: nowrap;
}

.buttontext, .buttontext a {
    font: 10pt arial,verdana,sans-serif,helvetica;
    font-weight: bold;
    color: #eca204;
    text-align: center;
    text-decoration: none;
}

.buttontext:hover {
    color: #ffffff;
}

h1 { color: #ffffff; 
    font-size: 16pt;
    text-align: center;
    background: rgb(160,65,13);
    width: 700px;
}

h2 {
  color: #ffffff;  font-size: 14pt;  text-align: center;
  background: rgb(160,65,13);
  width: 700px;
}

h3 {
  font-size: 12pt;
  text-align: center;
  font-weight: bold;
}

dates {
  font-size: 12pt;
  text-align: center;
  font-weight: bold;
}

impt {
  font-size: 12pt;
  text-align: center;
  color: rgb(255, 0, 0);
}

p {
  width: 700px;
  font-size: 12pt;
}

A:link {text-decoration: none}
A:active {text-decoration: none}
A:visited {text-decoration: none}
