body {
	 background: #fbfbfb;
    font-size: 15px;
    font-family: sans-serif, Verdana;
    margin: 5em;
    padding: 0;
}

a:link, a:visited, a:hover{
    color: #23B723;
}

a:hover, a:active {
    text-decoration: none;
}

a:active {
    color: #000;
}

h1:first-letter {
    font-size: larger;
}

h1 {
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}



h2 {
    font-size: 1.4em;
}

img#logo {
    display: block;
    height: 71px;
    width: 211px;
    margin-left: auto;
    margin-right: auto;
}

p {
    text-indent: 2em;
}

code, samp, td, dt {
    font-family: monospace;
    font-size: smaller;
}

code, samp, dt {
    background: #E0E0E0;
}

code {
    display: block;
    padding: 1em;
    border: 1px #000 dashed;
    width: 70%;
}

dt {
    display: inline;
}

ol {
    list-style-type: lower-alpha;
}

ul {
    list-style-type: circle;
}

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