﻿body
{
 font-family: Verdana,sans-serif;
 font-size: 80%;
 color: darkblue;
}
a
{
 font-weight: bold;
}
a:link
{
 color: darkblue;
}
a:hover
{
 color: blue;
}
table
{
 font-size: 100%;
 text-align: left;
 table-layout: fixed;
 border-collapse: collapse;
}
tr
{
 vertical-align: top;
}
th, td
{
 padding: 0.5em;
}
.col1
{
 width: 18em;
}
.col2
{
 width: 20em;
}
.col3
{
 width: 18em;
}
.link
{
 font-weight: normal;
}
.emphasizedHeadline
{
 font-style: italic;
 color: crimson;
}
.screenshot
{
 position: relative;
 left: 4em;
}
.quest
{
 border: none;
 position: relative;
 top: 0.15em;
 margin-left: 0.5em;
}
.flag
{
 border: none;
 position: relative;
 left: 0.5em;
 top: 0.1em;
}
.copyr
{
 position: absolute;
 right: 10px;
 font-size: smaller;
}
.verticalSpace
{
 height: 50em;
}

