body {
    scrollbar-face-color: #ffc5c5;
    scrollbar-shadow-color: #400;
    scrollbar-highlight-color: #400;
    scrollbar-3dlight-color: #400;
    scrollbar-darkshadow-color: #400;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #000;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.text {
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: normal;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

.big-text {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}

.menu {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #fff;
}

.title2 {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    font-variant: normal;
    text-transform: none;
    list-style-type: none;
    text-decoration: underline;
}

.title3 {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant: normal;
    color: #fff;
    list-style-type: none;
    text-transform: none;
}

.form {
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    border: 1px solid #bd4f4f;
    background-color: #fbeeee;
}

a.sira:link {
    text-decoration: none;
    color: black;
    font-size: 12px;
}

a.sira:active {
    text-decoration: none;
    color: black;
}

a.sira:visited {
    text-decoration: none;
    color: black;
}

a.sira:hover {
    text-decoration: underline;
    color: black;
}

.frame {
    border: 1px solid #000;
    margin: 5px;
}

