* {
    margin: 0 auto;
}

body {
    margin: 0 auto;
    text-align: center;
}

div {
    max-width: 1024px;
    margin: 0 auto;
}

#myInput {
    width: 50%;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ddd;
}

hr {
    margin: 10px;
    border: 2px solid black;
    border-radius: 5px;
}

li {
    line-height: 32px;
    list-style-type: square;
    list-style-image: url(/icons/text.gif);
}

li.even {
    background: #eee;
}

li.odd {
    background: white;
}

pre {
    font-family: "Courier New";
    font-size: 16px;
    background-color: #92bb46;
    border-radius: 15px;
    moz-border-radius: 15px;
    max-width: 1024px;
    white-space: pre-wrap;
    margin: 5px;
    padding: 5px;
    text-align: left;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: overline;
}

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

li:hover {
    background-color: #92bb46;
    color: black;
}

a:active {
    background-color: black;
}
