body { background-image: url("../images/starfield.png");
       background-repeat: repeat;
     }

* {font-family: Arial, Helvetica, sans-serif; color: white; }
h1 {font-size: 48px; }
h2 {font-size: 20px; }
p {font-size: 18px }
.subtitle_text {font-size: 20px;}
.title_text {font-size: 48px;}

#header {
  border-bottom: solid 2px white;
}

#navigation {
  float: left;
  width: 150px;
  margin: 0;
  padding: 1em
}

#navigation a:link  {text-decoration: none; }
#navigation a:visited  {text-decoration: none; }
#navigation a:hover  {color: red; text-decoration: none; }
#navigation a:active  {color: green; text-decoration: none; }

#content {
  margin-left: 175px;
  border-left: solid 2px white;
  padding: 1em;
}

#content a:link  {text-decoration: underline; }
#content a:visited  {text-decoration: underline; }
#content a:hover  {color: red; text-decoration: underline; }
#content a:active  {color: green; text-decoration: underline; }

#footer {
  clear: both;
  width: 100%;
  border-top: solid 2px white;
  padding: 1em;
  text-align: center
}

input {
  color: black;
}

textarea {
  color: black;
}
