﻿.body {text-align: left;
  font: 10px Arial;
  color: black;
  background-color:White;
}
h1
{text-align: center;
  font: 35pt Arial;
  color: #6f732d;
  margin-bottom: 0px;
padding-bottom: 0px;
}
h2
{text-align: center;
  font: 12pt Arial;
  color: blue;
  margin-bottom: 0px;
padding-bottom: 0px;
}
h3
{text-align:center;
    font:15pt Arial;
    font-weight:bold;
    text-decoration:underline;
    color:#dec000;
}
h4
{text-align: center;
  font: 15px Arial;
  font-weight:bold;
  color: green;
  background-color: #e5f4be;
  margin-bottom: 0px;
padding-bottom: 0px;
}
h5
{text-align: left;
  font: 12px Arial;
  font-weight:bold;
  color: #6f732d;
  background-color: #e5f4be;
  margin-bottom: 0px;
padding-bottom: 0px;
}
.head2
{text-align:center;
  font: 12px Arial;
  font-weight:bold;
  color: #6f732d;
  background-color: #e5f4be;
}
.labels
{text-align:center;
  font: 12px Arial;
  font-weight:bold;
  color: black;
  background-color: #e5f4be;
}
.body1
{text-align: center;
  font: 10px Arial;
  color: black;
  background-color:White;
}
.main2
{text-align: left;
  font: 13px Arial;
  color: black;
}
.main3
{text-align: center;
  font: 13px Arial;
  color: black;
}
.head2
{text-align: center;
  font: 20px Arial;
  color: blue;
  background-color:Silver
}
.button
{
    background:#629200;
    border: solid 2px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    height: 25px;
    }
    .button:hover
    {
        background: #6f732d;
        border: solid 2px red;
        font-family: Arial, sans-serif;
        font-size: 12px;     
        font-weight: bold;
        color: red;
        height: 25px;
        } 
