@CHARSET "UTF-8";

@IMPORT url("news.css");

body {
    font: 1em 'georgia', 'times', sans-serif;
    margin: 10px;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
}

#splash,.inline {
    display: none;
}

#content,#menu,#footer {
    border-top: 1px solid #ccc;
}

#accessibilityOptions {
    display: none;
}

#footer {
    clear: both;
    display: block;
    padding: 7px 0px 6px 18px;
    border-bottom: 0px solid #ccc;
    height: 15px;
}

#footer #copyright {
    padding-right: 30px;
}

#footer ul {
    float: right;
    margin: 0;
}

#footer ul li {
    display: inline;
    padding-right: 7px;
    padding-left: 5px;
}

#footer ul li {
    border-right: 1px dotted #ccc;
}

#footer li.contact {
    border-right: none;
}

#footer ins {
    margin-left: 3px;
    text-decoration: none;
}