body {
    background-color: black;
    color: lightgreen;
    font-family: "Courier New", courier, monospace, sans;
    margin: 5px;
    padding: 0.5em;
}

.pagecontent {
    margin-left: 10%;
    margin-right: 10%;
}

fieldset {
    border: 1px solid lightgreen;
    padding: 0.2em;
    margin-bottom: 1em;
}

legend {
    border: 1px solid lightgreen;
    color: yellow;
    font-size: large;
    font-weight: bold;
    margin-left: -2em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: black;
}

#quicklinx {
    font-size: large;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: red;
    padding-left: 1em;
    height: 1.2em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 2em;
    width: 100%;
}

#quicklinx li {
    display:inline;
    margin: 0em;
}

#quicklinx li a {
    display: block;
    background-color: white;
    border: none;
    color: red;
    height: 1.2em;
    float: left;
    width: auto;
    margin-left: 5px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
}

#quicklinx li a:active,
#quicklinx li a:hover {
    padding-top: 2.5em;
}

#quitjoke {
    font-size: large;
    font-weight: bold;
    position: absolute;
    border: 1px solid white;
    top: 0px;
    left: 95%;
    margin: 0px;
    padding: 0px;
    background-color: red;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    height: 1.2em;
    -moz-border-radius: 10px;
    font-family: Verdana, Arial, sans;
}
    
#quitjoke a {
    text-decoration: none;
    text-transform: uppercase;
}

#quitjoke a:hover,
#quitjoke a:visited {
    background-color: red;
    color: white;
}

.blink {
    text-decoration: blink;
}

.r {
    background-color: red;
}

.g {
    color: green;
}
    

.b {
    color: blue;
}

.y {
    color: yellow;
}

h1 {
    margin-left: 5%;
    color: yellow;
    margin-top: 1em;
}

a {
    color: white;
}

a:hover {
    background-color: darkblue;
}

a:visited {
    color: #bbb;
}

a.imagelink:hover {
    background-color: transparent;
}


ul {
    padding-left: 1em;
}

ul li {
    list-style-type: square;
}

table.screenshots tr td {
    vertical-align: top;
}

img.screenshot {
    border: 1px solid #333;
}

img.screenshot:hover {
    border: 1px solid red;
}

.signature {
    text-align: right;
    font-style: italic;
}

img.myself {
    border: 1px solid #020;
    margin: 3px;
    margin-left: 10px;
    float: right;
}






