

body
{
    font-family: Arial;
    font-size: 40pt;
    //background-color: #F8F8F8;
    color: #222222;
    margin: 0pt;
    border-top: 10px solid #F8F8F8;
    border-left: 10px solid #F8F8F8;
    border-right: 10px solid #F8F8F8;
    border-bottom: 10px solid #F8F8F8;
}

div.menu
{
    font-size: 30pt;
    background-color: #DDDDDD;
}

div.register
{
    background-color: #DDDD44;
}

div.border
{
    border-style: solid;
    border-width: 3px;
    border-color: gray;
}

a:link {
  color: #222222;
  text-decoration: none;
}

a:visited {
  color: #222222;
  text-decoration: none;
}

a:hover {
  color: #222222;
  text-decoration: underline;
}

a:active {
  color: #222222;
  text-decoration: underline;
}

select
{
    font-family: Arial;
    font-size: 40pt;
}

th
{
    font-size: 25pt;
}
td
{
    font-size: 25pt;
}

h3
{
    font-size: 25pt;
}
