body {
    background-color: #e2b6e5;
    font-family: Tahoma, Verdana, serif;
    font-size: 10pt;
    color: black;
}

table {
    border-style: ridge;
    border-top: 1pt blue solid;
    width: 90%;
    font-family: Tahoma, Verdana, serif;
    font-size: 10pt;
    background-color: #d6cbfe;
    margin-top: 10pt;
    border-right: 1pt blue solid;
    border-bottom: 1pt blue solid;
    border-left: 1pt blue solid;
}

table.content {
    border-style: ridge;
    border-top: 1pt blue solid;
    width: 90%;
    font-family: Tahoma, Verdana, serif;
    font-size: 10pt;
    background-color: #cbdafe;
    margin-top: 2pt;
    border-right: 1pt blue solid;
    border-bottom: 1pt blue solid;
    border-left: 1pt blue solid;
}

table.footer {
    border-style: ridge;
    border-top: 1pt blue solid;
    width: 90%;
    font-family: Tahoma, Verdana, serif;
    font-size: 10pt;
    background-color: #d6cbfe;
    margin-top: 2pt;
    border-right: 1pt blue solid;
    border-bottom: 1pt blue solid;
    border-left: 1pt blue solid;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ea05b8;
    margin: 1em 0;
    padding: 0;
}

td {
    padding: 10px;
}

td.left {
    text-align: left;
}

td.center {
    text-align: center;
}

td.right {
    text-align: right;
}

td.none {
    padding-bottom: 2px;
}

span.main {
    font-family: Tahoma, Verdana, serif;
    font-size: 350%;
    font-weight: bold;
    color: darkmagenta;
}

span.development {
    font-family: Tahoma, Verdana, serif;
    font-size: 350%;
    font-weight: bolder;
    color: #051cea;
}

span.development {
    text-shadow: 1px 1px 2px #ea9707, 0 0 1em #5151d0, 0 0 0.2em blue;
}

span.main-small {
    color: #ff7950;
    font-weight: bold;
}

span.development-small {
    color: #82007c;
    font-weight: bold;
}

span.main-caption {
    color: #ff7950;
    font-weight: bold;
}

span.development-caption {
    color: #82007c;
    font-weight: bold;
}

span.breadcrumb {
    font-family: Tahoma, Verdana, serif;
    font-size: 200%;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #059aea;
}

span.separator {
    color: #666666;
}

span.language {
    color: purple;
    font-weight: bold;
}

span.menu {
    text-shadow: 1px 1px 2px #fafafa, 0 0 1em #f5b307, 0 0 0.2em #000000;
    color: #000000;
    font: 1.5em Georgia, serif;
}

span.stay-caption {
    color: #162be7;
    font-weight: bold;
}

span.at-caption {
    color: #f5b307;
    font-weight: bold;
}

span.home-caption {
    color: #e33434;
    font-weight: bold;
}

span.cat-caption {
    color: #82007c;
    font-weight: bold;
}

a.breadcrumb {
    font-family: Tahoma, Verdana, serif;
    font-size: 200%;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #059aea;
}

a.breadcrumb:hover {
    text-decoration: none;
    font-family: Tahoma, Verdana, serif;
    font-size: 200%;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #ea05b8;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a.menu {
    text-shadow: 1px 1px 2px #000000, 0 0 1em blue, 0 0 0.2em #0000ff;
    color: #f5b307;
    font: 1.5em Georgia, serif;
}

a.menu:hover {
    text-shadow: 1px 1px 2px #000000, 0 0 1em blue, 0 0 0.2em blue;
    color: #ec0c0c;
    font: 1.5em Georgia, serif;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

