body {
background-color: #ffffff;
color: #000000;
}

@font-face {
font-family: "georgia";
src:local("georgia"), url(http://www.berkelson.com/css/georgia.ttf) format(truetype);
}

.head {
font-family: "georgia";
font-size: 89pt;
font-weight: normal;
color: #000000;
margin-top: 70px;
margin-bottom: 2px;
}

.normal {
font-family: "georgia";
font-size: 18pt;
font-weight: normal;
color: #000000;
margin-top: 2px;
margin-bottom: 1px;
}

.normal2 {
font-family: "georgia";
font-size: 13pt;
font-weight: bold;
color: #000000;
margin-top: 2px;
margin-bottom: 1px;
}

.klein {
font-family: "georgia";
font-size: 9pt;
font-weight: normal;
color: #000000;
margin-top: 4px;
margin-bottom: 1px;
}



a:link, a:visited, a:active {
text-decoration: none;
color: #000000;
}

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