body {
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 1.1em;
    color: #000;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

#logo {
    padding-left: 1em;
    padding-top: 3em;
    padding-bottom: 0.4em;
    background-color: rgb(200, 200, 225);
}

#python-powered-logo {
    position: absolute;
    right: 1em;
    top: 2em;
    background-color: white;
    border: 1px solid black;
}

#logo a, img {
    border: 0px;
}

#anybrowser {
    position: absolute;
    margin-top: 0.2em;
    right: 1em;
}

#nav {
    border: 0px solid black;
    border-top-width: 1px;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

#content {
    margin-left: 1em;
    margin-right: 1em;
}

#sub {
    margin-top: 1em;
    font-size: 0.8em;
    margin-left: 1em;
}

.navitem {
    float: left;
    margin-right: 1em;
}

a {
    text-decoration: none;
    color: #669;
    border: 0px solid black;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.navitem a {
    color: #000;
    border-color: #000;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

.text {
    margin-bottom: 0.5em;
}


