
/* **************** */
/* General Settings */
/* **************** */

body
{
        font-family: verdana, tahoma, arial;
        background-color: lightsteelblue;
}

h1
{
        font-family: Times, "New Century Schoolbook", Palatino;
        text-align: center;
}

h2
{
        font-family: Times, "New Century Schoolbook", Palatino;
}

h3
{
        font-family: Times, "New Century Schoolbook", Palatino;
}

h4
{
        font-family: Times, "New Century Schoolbook", Palatino;
}

table
{
        color: black;
        background-color: white;
        border: thick;
        border-color: gray;
        border-style: groove; 
}

table tr
{
}

table tr th
{
  text-align: center;
  padding: 5px;
}

table tr td
{
  text-align: left;
}

