/*
 * A CSS file for overrding HTML elements
 */

body {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
}

h2, h1 {
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}


h1 {
    text-align: center;
}

blockquote p {
    font-style: italic;
}