        /* This element sets the color of your links */

        a:link, a:visited, a:hover {
                color: #294A7B;
                font-weight:bold;
        }

        /* This is a break to stop styles overlapping */

        .break {
                clear: both;
        }

        /* This element surrounds your news section */

        .newsBox {
                /*border: 1px solid #c3c3c3;*/
                padding: 20px;*/
        }

        /* This element surrounds an individual item */

        .newsItem {
                background: #ffffff;
                margin-bottom: 10px;
        }

        /* These two elements control the title and the link colors of the title */

        .newsTitle {
                font-weight: bold;
        }

        .newsTitle a:link {
                color: #294A7B;
        }

        .newsTitle a:visited {
                color: #294A7B;
        }

        .newsTitle a:hover {
                color: #800000;
        }

        /* This element is for the description of the news item */

        .newsDescription {
                color: #000000;
        }

        /* This is for the title of your site */

        .siteTitle {
                color: #800000;
                font-size: 16px;
                font-weight: bold;
                margin-top: 20px;
                margin-bottom: 20px;
        }

        .navigation {
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 20px;
                color: #294A7B;
        }

        .navigation a:link {
                color: #294A7B;
        }

        .navigation a:visited {
                color: #294A7B;
        }

        .navigation a:hover {
                color: #294A7B;
        }

        .moreNews a:link, a:visited {
                color: #294A7B;
        }

        .moreNews a:hover {
                color: #294A7B;
        }

        .logo {
                text-align: center;
                margin-bottom: 5px;
        }

        .blogInclude {

        }

        .newsInclude {
                margin-top: 5px;
                margin-left: 5px;
                margin-right: 5px;
        }


li {
        color : #000000;
        margin-top : -1px;
        padding-bottom : -1px;
        margin-bottom : -1px;
        margin-right : 1px;
        font-size : 11px;
        font-family : Verdana,Arial;
}
ul, ol {
        color : #000000;
        margin-top : 0px;
        padding-bottom : 0px;
        margin-bottom : 0px;
        margin-right : 0px;
        font-size : 11px;
        font-family : Verdana,Arial;
}
p {
        color : #000000;
        margin-top : 5px;
        padding-bottom : 5px;
        margin-bottom : 0px;
        margin-left : 10px;
        margin-right : 10px;
        font-size : 12px;
        font-family : Verdana,Arial;
}
p a {
        color : #294A7B;
}
p a:hover {
        color : #000000;
}
h1 {
        color : #C80010;

        font-size : 24px;
        font-family : Tahoma,Verdana,Arial;
}
h2 {
        color : #C80010;

        font-size : 16px;
        font-family : Tahoma,Verdana,Arial;
}
h3 {
        color : #C80010;

        font-size : 14px;
        font-family : Tahoma,Verdana,Arial;
}
