/*
 * Style sheet for Nordic Network of Astrobiology 
 * created by Rami T. F. Rekola - 5th October 2011 
 */

html {
  padding: 0; 
  margin: 0; 
  border: 0; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

body {
  position: absolute; 
  background-color: #ffffff;
/*  background: url(img/NordicAstrobioBack.png); */
  background-repeat: no-repeat; 
  padding: 0; 
  margin: 0; 
  border: 0;
  }

h1 
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #87ceeb;
  margin: 10px 0px 20px 0px; 
  }

h3 
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #4169e1;
  margin: 0px 0px 0px 0px; 
  }

p 
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #000000;
  margin: 0px 0px 0px 0px; 
  }

.centre
  {
  text-align: center;
  }

.smaller
  {
  font-size: 10px;
  line-height: 12px;
  }

div.top
  {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; 
  padding-left: 15%; 
  padding-right: 15%; 
  width: 70%;
  background-color: #00008b;
  }

div.middle
  {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 20px; 
  padding-left: 15%; 
  padding-right: 15%; 
  width: 70%;
  background-color: #eee;
  overflow: hidden;
  z-index: 1;
  }

div.bottom
  {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; 
  padding-left: 15%; 
  padding-right: 15%; 
  width: 70%;
  background-color: #c03;
  }

a.topa:link 
  {
  font-weight: bold; 
  text-decoration: none; 
  border: 1px solid #000000; 
  color: #00008b; 
  }

a.white:link 
  {
  color: #ffffff;
  }

a.white:visited 
  {
  color: #ffffff;
  }

a.topa:visited 
  {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #000000; 
  color: #00008b;
  }

a.topa:hover 
  {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ffffff; 
  color: #8b0000;
  }