@charset "utf-8"; /* -*- coding: utf-8 -*- */

@import "body.css";
@import "navbar.css";

table.resultsOverview
{
  margin-left: 10%;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  background-color: white;
  border: 2px rgb(36,36,178) solid;
}

td.resultLink
{ 
  background-color: #cfe7ff;
  text-align: center;
  padding: 5px;
}

a
{
  text-decoration: none;
  color: #0000c4;
}

a:visited
{ 
  text-decoration: none;
  color: #840084;
}

a:hover
{
  text-decoration: underline;
}

table.description
{ 
  margin-left: 10%;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  background-color: white;
  border: 2px rgb(36,36,178) solid;
}

th.headline
{
  background-color: rgb(36,36,178);
  color: rgb(239, 247, 255);

  font-weight: bold;
  padding: 5px;
}

