html, body {
    font-size: 12px;
    font-family: Georgia,Tahoma, Arial, Verdana;
    color: #3C1E09;
    background: #000000;
    background-repeat: repeat-x;
    height: 100%;
}

td {
    font-size: 12px;
    font-family: Georgia,Tahoma, Arial, Verdana;
    color: #3C1E09;
    line-height: 150%;
}

a {
    text-decoration: underline;
    color: #E30026;
}

a:hover 
{ 
    color: rgb(74,138,228) ;
}

.news_index a {
    text-decoration: underline;
    color: #DB9500;
}

.news_index a:hover {
    color: rgb(74,138,228) ;
}

.panel_brown td {
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    color: #A40517;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 36px;
    font-style:italic;
    font-weight:normal;
    color: #043D96;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 11px;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/advent_jsgroup1_19.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-top: 8px;
    padding-left: 40px;
    margin-bottom: 5px;
    margin-left: 20px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}
