body {
    margin: 5;
    background-color: #9BD3D2;
    }

td {
    font-family: Verdana;
    font-size: 9pt;
    }

.title {
    font-family: Verdana;
    font-size: 9pt;
    }

.photo {
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    }

.menu
    {
    font-family: Verdana;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
    font-variant: small-caps;
    }

.error
    {
    color: #ff0000;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    }

input {
    font-family: Verdana;
    font-size: 8pt;
    }

select {
    font-family: Verdana;
    font-size: 8pt;
    }

button {
    font-family: Verdana;
    font-size: 7pt;
    padding: 0;
    margin: 0;
    }

h1 {
    font-family: Verdana;
    font-size: 12pt;
    margin-bottom: 2;
    }

h2 {
    font-family: Verdana;
    font-size: 11pt;
    margin-bottom: 2;
    }

h3 {
    font-family: Verdana;
    font-size: 10pt;
    margin-bottom: 2;
    }

a {
    color: #333333;
    text-decoration: none;
    }

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

a:hover {
    color: #888888;
    text-decoration: none;
    }

