

body {
  background-image: url("images/Background.png");
  background-repeat: no-repeat;
  background-color: #edf5fa;
  font: 12px/150% "Verdana", "Helvetica", sans-serif;
  color: #494949;
  padding-top: 17em;
  padding-left: 0em;
  padding-right: 0em;
  width: 15em;

}

h1 {font-size: 150%}
h2 {font-size: 130%}
h3 {font-size: 100%}
h4 {font-size: 80%}




table
{
table-layout: fixed;
background-color: #ffffff;
position:absolute;
left:202px;
top:155px;
}


td {
  padding: 0.1cm 0.5cm
}


a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;

}

a:active, a.active {
  color: #5895be;
}


