body {
    margin: 0px;
    font-size: x-small;
    font-family: Verdana, sans-serif;
    background-color: rgb(193, 224, 255);
}
#header {
    padding-left: 50px;
    color: #ffff00;
    background-color: #c623c6;
    padding-bottom: 3px;
    border-bottom: solid black 2px;
}
#header h1 {
    font-size: small;
    text-align: center;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    margin: 0px;
}
#header #menu {
    border-top: solid black 1px;
    padding: 0px;
    padding-top: 3px;
    text-align: center;
}
#header #menu ul {
    text-align: center;
    padding: 0px;
    display: inline;
}
#header #menu li {
    padding: 0px;
    font-size: x-small;
    display: inline;
    list-style-type: none;
}
#menu a,#menu a:link,#menu a:visited {
    padding: 3px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    text-decoration: none;
}
#menu a:hover,#menu a.active,#menu a.active:hover,#menu a.active:link,#menu a.active:visited {
    background-color: black;
}
#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 48px;
}
#content,#footer {
    padding-left: 15px;
    padding-right: 15px;
}
#news li,ul.links {
    list-style-image: url("blackarrow.gif");
}
#news li.url {
    list-style-type: none;
    text-align: right;
}
.column {
    width: 48%;
    float: left;
    min-width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}
h3 {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 2px;
    font-size: x-small;
    background-color: #c623c6;
    color: white;
}
p.more {
    text-align: right;
}

#footer {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 3px;
    clear: both;
    border: dashed black 1px;
}

table.result {
    border: 0px;
    font-size: x-small;
}
table.result td,table.result th {
    padding-left: 2px;
    padding-right: 5px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid black 1px;
}

