body {
    background-color: #202450;
    color: #010619;
}
#page {
    font-family: "geneva", "arial", "helvetica", serif;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 10pt;
    width: 850px;
    background-color: #F4F6F9;
    color: #010619;
    border: 3px solid #859bff;
}
#header {
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #02228d;
    font-size: xx-large;
    font-weight: bold;
}
#header p {
    padding: 0;
    margin: 0;
}
#menu {
    float: left;
    width: 210px;
    font-size: small;
    background-color: #CED5E5;
    border: 1px solid #859bff;
    margin-top: 15px;
    margin-bottom: 15px;
}
#content { margin-left: 230px }
#footer {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    color: #010619;
    font-size: small;
}
h1 {
    color: #02228d;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    background-color: #859bff;
    border: 1px solid #02228d;
}
h2 {
    color: #02228d;
    font-size: large;
    font-weight: bold;
    text-align: center;
    background-color: #859bff;
    border: 1px solid #02228d;
}
h3 {
    color: #02228d;
    font-size: small;
    font-weight: bold;
    text-align: center;
    background-color: #859bff;
    border: 1px solid #02228d;
}
h4 { font-weight: bold }
h1 a:link,
h2 a:link,
h3 a:link { color: #02228d }
h1 a:visited,
h2 a:visited,
h3 a:visited { color: #02228d }
a:link { color: #02228d }
a:visited { color: #061e89 }
ul {
    margin-left: 0px;
    padding-left: 0px;
}
li {
    text-align: left;
    margin-top: 0.3em;
    margin-bottom: 0px;
    margin-left: 1em;
}
table {
    border-width: 1px;
    border-style: solid;
    border-color: #010619;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
th {
    background-color: #859bff;
    color: #02228d;
    border-color: #010619;
    border-width: 1px;
    padding: 1px;
    border-style: solid;
}
th a:link { color: #02228d }
td {
    border-color: #010619;
    border-width: 1px;
    border-style: solid;
    padding: 1px;
}
a img { border: 0 }
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.center table {
    margin-left: auto;
    margin-right: auto;
}
#news {
    margin-left: 20%;
    margin-right: 20%;
    text-align: left;
    color: #010619;
    font-weight: bold;
    background-color: #CED5E5;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #859bff;
}
h1,
h2,
h3,
#news {
    -moz-border-radius: 3ex;
    -webkit-border-radius: 3ex;
    box-shadow: #333 3px 3px 4px;
    -moz-box-shadow: #333 3px 3px 4px;
    -webkit-box-shadow: #333 3px 3px 4px;
}
#page {
    -moz-border-radius: 3ex;
    -webkit-border-radius: 3ex;
    box-shadow: #555 10px 10px 12px;
    -moz-box-shadow: #555 10px 10px 12px;
    -webkit-box-shadow: #555 10px 10px 12px;
}
#menu,
h1,
h2,
h3 {
    background-image: -moz-linear-gradient(top, #CED5E5, #859bff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CED5E5), to(#859bff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CED5E5,endColorstr=#859bff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CED5E5,endColorstr=#859bff)";
}
#news {
    background-image: -moz-linear-gradient(top, #FFFFFF, #CED5E5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CED5E5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#CED5E5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#CED5E5)";
}
body {
    background-image: -moz-linear-gradient(top, #000000, #202450);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#202450));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#202450);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#202450)";
}