div.content {
    background-color : #ddeeff;
    border           : thin solid #0000aa;
    position	     : absolute;
    padding          : 2%;
    left	     : 27%;
    top		     : 15%;
    width	     : 59%;
    z-index          : 3;
}

div.menu {
    background-color  : #ddeeff;
    border            : thin solid #0000aa;
    padding           : 2%;
    position          : absolute;
    left              : 10%;
    top               : 15%;
    width             : 11%;
    z-index           : 3;
}

div.header {
    background-color  : #ddeeff;
    border            : thin solid #0000aa;
    position          : absolute;
    left              : 10%;
    top               : 2%;
    width             : 80%;
    height            : 11%;
    z-index           : 3;
}

body {
    background-color : #88aaff;
}

h1 {
    font-size   : 24px;
    font-weight : bold;
}

h2 {
    font-size   : 20px;
    font-weight : bold;
}

h3 {
    font-size   : 16px;
    font-weight : bold;
    text-indent : 30px;
}

td {
    font-size : 12px;
}

p {
    font-size : 12px;
}

li {
    font-size : 12px;
}

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

