body {
  font-family: Arial, Georgia, Verdana, Courier;
  background: #ffffff;
  color: black;
}

td {
  font-family: Arial, Georgia, Verdana, Courier;
}

td.headline {
  font-family: Arial, Georgia, Verdana, Courier;
  text-align: center;
}

p {
	margin-left: 2em;
	margin-right: 2em;
}

table.topic {
  font-family: Arial, Georgia, Verdana, Courier;
  font-size: 12px;
  background-color: #333340;
  color: white;
  text-align: left;
  margin: 0;
  padding: 3;
  border-width: 0;
}

table.main {
  background-color: white;
}

table.events td {
	font-size: 0.9em;
}

h1, h2, h3 {
	margin-left: 20px;
	font-family: Arial, Georgia, Verdana, Courier;
	color: #518DC3;
}

a.wlink		{
			color: white;
			text-decoration: none;
		}
a.wlink:visited	{
			color: white;
		}
a.meny		{ 
			font-weight: bold;
			font-size: 1.1em;
			color: white;
			text-decoration: none;
		}
a.webmaster	{
			color: white;
			text-decoration: none;
		}
a.meny:visited	{ 
			color: white;
		}
a.meny:hover	{ 
			color: #FBDC07;
			text-decoration: none;
		}
a		{
			color: #518DC3;
		}
table.events td.quote	{
			font-size: 0.8em;
		}
table.events th {
			font-size: 0.6em;
		}
table.events th.heading {
			background: #518DC3;
			color: #FFFFFF;
			font-size: 1.0em;
		}

#map            {
                        position: absolute;
                        left: 190px;
                        right: 15px;
                        top: 7em;
                        bottom: 3em
                }
#map a          { /* The other blue color is barely visible against the map so we reset to pure blue for this */
                        color: blue;
                }
#aboutmap       {
                        position: absolute;
                        bottom: 0;
                }

