<style>
.empty {}

/* Links' properties */

a {
color: yellow;
text-decoration: none;
}

a:link {
color: yellow;
}

a:hover {
color: yellow;
text-decoration: underline;
}

a:visited {
color: yellow;
}

/* ---------------------------- */

body {
/*background-image: url(../images/bg.jpg);*/
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #000000;

scrollbar-face-color: #006633;
scrollbar-highlight-color: #006633;
scrollbar-arrow-color: #FFA34F;
scrollbar-track-color: #FFA34F;
scrollbar-darkshadow-color: #006633;
scrollbar-3dlight-color: #006633;

font-family: Comic Sans MS, Arial;
font-weight: none;

color: white;
}

hr {
color: #E5CD50;
}

.title1 {
font-size: 14pt;
font-weight: bold;
color: #008833;
padding-left: 20pt;
}

.title2 {
font-size: 12pt;
font-weight: none;
/*color: #006633;*/
color: #E5CD50;
padding-left: 20pt;
}

.title3 {
font-size: 10pt;
font-weight: none;
color: #E5CD50;
}

td {
font-size: 10pt;
}

table.site_menu {
}

table.site_menu td.title_sx {
border: 0px;
border-top: 1px dotted #006633;
border-bottom: 1px dotted #006633;
background-image: url(../images/re_drakar_sx.jpg);
background-repeat: no-repeat;
background-position: top right;
font-weight: bold;
color: #FFFFFF;
height: 40;
    vertical-align: middle;
text-align: left;
}

table.site_menu td.subtitle_sx {
border: 0px;
text-align: left;
font-size: 9pt;
color: #006633;
}

table.site_menu td.title_dx {
border: 0px;
border-top: 1px dotted #006633;
border-bottom: 1px dotted #006633;
background-image: url(../images/re_drakar_sx.jpg);
background-repeat: no-repeat;
background-position: center left;
font-weight: bold;
color: #FFFFFF;
height: 40px;
text-align: right;
}

table.site_menu td.subtitle_dx {
border: 0px;
text-align: right;
font-size: 9pt;
color: #006633;
}

table.site_menu a {
color: #FFFF00;
text-decoration: none;
}

table.site_menu a:hover {
color: #E5CD50;
text-decoration: underline;
}

/* Form fields */
input, select, textarea {
background-color: black;
color: white;
}

</style>

