body
{
 font-family: Verdana,sans-serif;
 font-size: 80%;
 color: darkblue;
}
a
{
 font-weight: bold;
}
a:link
{
 color: darkblue;
}
a:hover
{
 color: blue;
}
img
{
 border: none;
 position: relative;
 top: 0.1em;
}
.settingsImg
{
 border: 1px solid black;
 left: 8em;
}
.heading
{
 font-size: medium;
}
.emphasis
{
 font-style: italic;
}
.emphasizedHeadline
{
 font-size: 140%;
 font-weight: bold;
 font-style: italic;
 color: crimson;
}
.rem
{
 font-weight: normal;
}
.copyr
{
 position: absolute;
 right: 10px;
 font-size: xx-small;
 font-weight: normal;
}
.advert
{
 text-align: center;
}
