a
{
    font-weight: bold;
    text-decoration: none;
}

a:link
{
    color: #ffff00;
}

a:active, a:hover
{
    color: #66ff00;
}

a:visited
{
    color: #ff6600;
}

body
{
  background-color: #555555;
  /* background-image: url('/bilder/blurry.png'); */
  color: #ffffff;
  font-family: "Arimo",sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

button
{
    font-size: 12px;
}

em
{
    font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Artifika",serif
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.8em;
}

h3
{
    font-size: 1.6em;
}

h4
{
    font-size: 1.4em;
}

h5
{
    font-size: 1.2em;
}

h6
{
    font-size: 1em;
}

img
{
    border: none;
}

input, select, textarea
{
    background-color: #ffffff;
    color: #000000;
    font-family: monospace;
    font-size: 16px;
}

strong
{
    font-weight: bold;
}

td, tr
{
    font-size: 12px;
}

.smaller
{
    font-size: 10px;
}

#content_cell
{
    padding-bottom: 50px;
    vertical-align: top;
    width: 600px;
}

#main_div
{
    padding: 0px;
    width: 780px;
}

#main_table
{
    border-bottom: 1px solid #ffffff;
    padding-left: 10px;
    width: 100%;
}

#linklist_cell
{
     border-left: 1px solid #ffffff;
     padding: 0px 10px 10px 10px;
     width: 150px;
     vertical-align: top;
}

#outer_table
{
  background-color: #000000;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}

#spacer_cell
{
    width: 30px;
}

#top_div
{
  border-bottom: 1px solid #ffffff;
  margin: 0px;
  padding: 0px;
}

#top_div > table {
  width: 100%;
}
