  textarea {
    width: 75%;
    height:60%;
  }

  a {
    text-decoration:none;
  }
  a:visited {
    color: blue;
  }

  a:hover {
    color: red;
  }

  #planetlist {
    border: 1px solid;
    text-align:center;
  }

  .noul{
    text-decoration: none;
  }

  .listing{
    border: 1px dotted;
  }
  .listing td{
    border-bottom: 1px dotted;
  }
  .small{
    font-size: 11px;
    font-style: italic;
  }

  .bigtitle{
    font-size: 18px;
    font-weight:bold;
  }

  #sidebar {
    float: left;
  }

  #sidebar table {
    background: lightgrey;
  }

  #main {
    margin-left: 18.5%;
    text-align: justify;
  }
  
  #container {
    background: #fff;
    width: 90%;
    margin-left: 5%;
    padding: 3px;
    min-height: 300px;
  }

  body {
    background: #000;
  }
  
  #footer {
    font-size: 0.8em;
    font-style: italic;
    color: #fff;
    text-align: center;
  }

  #footer a {
    color: #fff;
  }

  /* Yeah I know, not using hex codes for colours, too lazy to look them up */
