/*
Cascade Style Sheet
System Wrights Day Til Election Program
*/
@charset "UTF-8";

.head40 { 
 font-family: Arial, sans-serif;
 font-size: 40px;
 font-weight: bold;
 text-align: center;
 color: rgb(128,0,0);
}
.head30 {
 font-family:Arial, sans-serif;
 font-size: 30px;
 font-weight: bold;
 text-align: center;
 color: rgb(128,0,0);
}
.head14 {
 font-family:Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 color: rgb(128,0,0);
 }
.p1 {
 color: black;
 font-family:Arial, sans-serif;
 font-size: 18px;
 text-align: left;
}
.p2 {
 color: black;
 font-family:Arial, sans-serif;
 font-size: 18px;
 text-align: left;
}
.p3 {
 color: brown;
 font-family:Arial, sans-serif;
 font-size: 18px;
 text-align: center;
}
body {
  background-color: #9999FE;
}
.table1 td { 
  border: 2px solid #eee; 
  border-radius: 7px;
  padding: 8px;
  width: 100%;
  height: 25px;
  background-color: tan;
  text-align: left;
}
.table2 th {
  border: 2px solid #eee;
  border-radius: 7px;
  padding: 8px;
  width: 100%;
  height: 25px;
  background-color: tan;
  text-align: left;
}
.table3 th {
  border: 2px solid #eee; 
  border-radius: 7px;
  padding: 8px;
  width: 100%;
  height: 25px;
  background-color: tan;
  text-align: left;
}


