<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/**/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	
}

a {
    color: #BB6B2C;
}

h1 {
	font-family: Georgia, Times New Roma, serif;
	font-size: 1em;
	padding: 10px;
	font-weight: bold;
    color: #BB6B2C;
}



h2 {
	font-family: Georgia, Times New Roma, serif;
	font-size: 0.9em;
	color: #BB6B2C;
	font-weight: bold;
}


h2 a {
	color: #BB6B2C;
	text-decoration: none;
    display: block;
}

h2 a:hover {
	text-decoration: underline;
}

#header {
	background: white url(bghead.jpg) repeat-x bottom left;
    height: 40px;
    text-align: center;
}

#header a img{
    border: 0px;
}

.newsitem {
	padding: 7px;
	border-bottom: 1px solid #ccc;
}

#menu ul li {
    float: left;
    background: #0A2A50;
    width: 49.9%;
    text-align: center;
    padding: 4px 0px 4px 0px;
}

#menu ul li.selected a{
    color: #0A2A50;
}

#menu ul li a{
    color: white;
    text-decoration: none;
}

#menu ul li.selected {
    float: left;
    background: white url(bgselected.jpg) repeat-x bottom left;
    width: 49.9%;
    text-align: center;
    
}

#content {
    padding-top: 10px;
    clear: both;
    background: url(bgcontent.jpg) repeat-x top left;
}

#footer {
    background: white url(bghead.jpg) repeat-x bottom left;
    padding: 5px;
    margin-top: 15px;
}

.intro {
    padding-left: 10px;
    line-height: 1.5em;
    font-style: italic;
}

.corpus {
    padding-left: 10px;
    line-height: 1.5em;
}</pre></body></html>