body {
  font-family: helvetica, arial, sans-serif;
  color: #000000;
  background: #ffffff;
  font-size: small;
}

h1 {
  font-size: x-large;
  font-weight: bold;
}

img {
  border: none;
}

form {
  padding: 1em;
  background: #d0d0d0;
  border: 1px solid #303030;
}

a:link {
  color: #00009c;
  text-decoration: none;
}


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


a:hover {
  color: #00009c;
  text-decoration: underline;
}

#header {
  position: relative;
  color: #ffffff;
  background: #ffffff;
  
  text-align: left;
}

#body {
  position: relative;
  background: #ff00ff;
}

#menu {
  position: absolute;
  top: 100px;
  left: 0em;
  width: 9em;
  padding: 0em 0.5em;
}

.guest {
  border: 1px solid black;
}

.copyright {
  font-size: x-small;
}

.guest a {
  display: block;
  background-color: #d0d0d0;
  color: #00009c;
  padding: .2em .2em;
  text-decoration: none;
}

.copyright a {
  color: #000000;
  padding: .2em .2em;
  text-decoration: none;
}

.guest a:visited {
  background-color: #d0d0d0;
  color: #00009c;
  text-decoration: none;
}

.guest a:hover {
  color: #ffffff;
  background-color: #00009c;
  text-decoration: none;
}


#main {
  position: relative;
  margin-left: 10em;
  margin-right: 16em;
}

#news {
  position: absolute;
  top: 100px;
  right: 0em;
  width: 15em;
  background: #d0d0d0;
  padding: 0em 0.5em;
}

#news p {
  border-bottom: 1px solid #d0d0d0;
}

#newsItem {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 1px solid #00009c;
}


#newsItemLast {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
