body {
    font-family: Georgia, Times New Roman, "MS Serif", "New York", serif;
}

h3 {
    font-size: 130%;
    padding-top: 1em;
    border-bottom: solid 1px #cccccc;
}

ul {
    margin-top: -1em;
    margin-bottom: -1em;
    list-style-type: square;
}


h1 { 
    border-bottom: solid 1px #000000; 
    background-color: #ffffcc; 
}

h1, h2, h3, h4, h5, h6, .head {
    font-weight: normal;
    font-family: Myriad, "Myriad Pro", "Lucida Sans", "Gill Sans", Georgia, "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.newspaper {
    font-family: American Typewriter, Lucidatypewriter, Andale Mono, "Lucida Console", Courier New, Courier, fixed; 
}

.aside {
    font-size: smaller;
    font-style: italic;
    color: #666666;
}

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

a:hover {
    text-decoration: underline;
    background: #ffffcc;
}

