body {
    background: #afbccc;
	margin: 0;
    font-size: 90%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
    color: #38465e;
    font-size: 1.6em;
}

h2{
    color: #38465e;
    font-size: 1.3em;
}

h2.heading {
    color: #38465e;
    border-bottom: dotted #445f83 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    font-size: 1.3em;
}

h3 {
    color: #38465e;
    font-size: 1.1em;
}

blockquote {
    padding-left: 10px;
}

a {
    outline: none;
    text-decoration: underline;
    color: #1c587f;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: #3333ff;
}

dd {
    margin-bottom: 15px;
}

.yearheader {
    clear: both;
    padding-right: 5px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #8896ae;
    color: #38465e;
    font-size: 1.1em;
    font-weight: bold;
}

.logolink {
    border: 0;
    color: transparent;
    text-decoration: none;
}

.logolink:hover {
    border: 0;
    color: #afbccc;
    text-decoration: none;
}


.crlink {
    text-decoration: none;
    color: #606873;
}

.crlink:hover {
    text-decoration: none;
    color: #3333ff;
}

.header {
    background: #38465e;
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 5px;
    border-bottom: solid 2px #445f83;
}

.content {
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    margin: 20px;
}

.postdate {
    color: #38465e;
    display: block;
    text-align:  left;
    margin-left: -15px;
}

.codesample {
    background: #c5cfdb;
    overflow: auto;
    font-family: Courier, "Courier New", monospace;
    text-align: left;
    border-top: solid #333 1px;
    border-right: solid #333 1px;
    border-bottom: solid #333 1px;
    border-left: solid #333 1px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px;
}

.copyright {
    clear: both;
    text-align: right;
    color: #606873;
    font-size: 0.9em;
    border-top: 1px solid #76808c;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 75px;
    padding: 10px;
    line-height: 1.6em;
}
