body {
    background-color: white;
    background-image: url("dfight-side.png");
    background-repeat: no-repeat;
    font-family: sans;
}

#main-content {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    border: 3px #ADD8E6 solid;
    background-color: white;
    padding: 10px;
}

h1 {
    margin-top: 0px;
    font-size: 300%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 120%;
    font-style: italic;
}

a {
    text-decoration: none;
}

.command {
    font-family: monospace;
    margin-left: 3em;
    background-color: #ADD8E6;
    padding: 2px;
}

.ipaddress {
    font-family: monospace;
}

