/********* General *********/

body {
  background-color: #000033;
  font-family:      arial, helvetica, sans-serif;
}

.noborder {
  border-width: 0;
  border-style: none;
}

/********* Navigation *********/

#nav {
  text-align:     right;
  font-size:      large;
  margin-top:     2em;
  margin-left:    6em;
  margin-bottom:  2em;
  padding-right:  1em;
  border-right:   solid #999999 1px;
  float:          left;
}

#nav a {
  text-decoration: none;
  color: #cccccc; 
}

#nav a:hover,a:visited,a:active {
  text-decoration: none;
  color: #bb5555; 
}

#indextitle {
  color:          #bb5555;
  font-size:      xx-large;
  font-weight:    100;
  padding-bottom: 0.5em;
}

#indextitle a{
  color:          #bb5555;
}

#indextitle a:hover, a:visited, a:active {
  color:          #cccccc;
}

#adminmail {
  margin-top: 8em;
}

#adminmail a {
  margin-top: 10em;
  font-size: x-small;
}

/********* Contents *********/

#cont {
  margin-top:    2em;
  float:         right;
}

/********* Footer *********/

#footer {
  margin-left: 15em;
  text-align:  right;
  font-size:   smaller;
  padding-top: 0.5em;
  clear:       both;
}

#footer a {
  text-decoration: none;
  color: #cccccc; 
}

#footer a:hover, a:visited, a:active {
  text-decoration: none;
  color: #bb5555; 
}

