  body { margin: 0pt;
    padding: 0pt;
    background-color: rgb(0, 0, 0);
    font-family: sans-serif;
    }

  #bar { position: absolute;
    top: 0pt;
    left: 25px;
    height: 400px;
    width: 175px;
    background-color: rgb(0, 128, 128);
    }

  #bar2 { position: absolute;
    top: 25px;
    left: 0pt;
    width: 100%;
    height: 55px;
    background-color: rgb(0, 102, 153);
    }

  #nav { margin: 0pt;
    padding: 3px;
    width: 170px;
    position: absolute;
    top: 200px;
    left: 0pt;
    }

  #content { padding: 10px;
    position: absolute;
    top: 100px;
    left: 220px;
    margin-right: 30px;
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 85%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    background-color: rgb(143, 222, 227);
    color: rgb(102, 0, 0);
    }

  h1.sign { margin: 0pt;
    position: relative;
    top: 30px;
    left: 15%;
    font-weight: normal;
    font-size: 200%;
    letter-spacing: -1px;
    color: rgb(255, 204, 0);
    }

  #nav ul { list-style-type: circle;
    list-style-image: none;
    list-style-position: outside;
    color: rgb(255, 255, 255);
    }

  #nav ul a { color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 85%;
    }

  #nav ul a:hover { text-decoration: underline;
    color: rgb(255, 204, 51);
    }

  h3 { margin: 2px;
    color: rgb(85, 85, 85);
    }

  #content p { margin: 1%;
    padding: 0pt;
    }

  #content a { text-decoration: none;
    color: rgb(102, 0, 0);
    font-weight: bold;
    }

  #content a:hover { text-decoration: underline;
    font-weight: bold;
    }

  #copy { margin: 0pt;
    padding: 3px;
    width: 160px;
    position: absolute;
    top: 360px;
    left: 50px;
    color: rgb(255, 255, 255);
    font-size: xx-small;
    }

  #copy a { color: rgb(255, 255, 255);
    text-decoration: none;
    }

  #copy a:hover { text-decoration: underline;
    color: rgb(255, 204, 51);
    }

