﻿body
{
    font-size: small;
    font-family: tahoma;
}

h1
{
  font-size:large;
  margin:0px;
  margin-top:1px;
  margin-bottom:5px;
  background-image:url(/images/h1.png);
  background-repeat:repeat-y;
  color:white;
  width:100%;
  border-bottom:solid 1px #325214;
  padding:2px;
    
}

h2
{
    font-size:medium;
    margin:0;
    margin-top:4px;
    margin-bottom:4px;
    color:#21588B;
    font-weight:bold;
}

a
{
    color:#21588B;
    cursor:pointer;
    text-decoration:none;
}

a:hover
{
    color:#21588B;
    cursor:pointer;
    text-decoration:underline;
}

.menudiv a
{
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: small;
    font-family: tahoma;
}

.menudiv a:hover
{
    color: whitesmoke;
    cursor: pointer;
    font-size: small;
    font-family: tahoma;
}

.button
{
    border:solid 1px gray;
    background-color:#21588B;
    color:White;
    font-weight:bold;
}



