body {
background-color: #3366ff;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
    text-decoration: none;
}
p {
    font-family: "Times New Roman";
}
#header {
    width: 100%;
    font-size: 18px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #ffffff;
    background-color: #002699;
    text-align: right;
}

#menu {
    font-size: 18px;
    font-family: "Times New Roman";
    width: 100%;
    background-color: #668cff;
    position: relative;
    z-index: 25;
}

#navi {
    font-size: 18px;
    font-family: "Times New Roman";
    width: 100%;
    background-color: #668cff;
    text-align: left;
}

#footer {
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    background-color: #002699;
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: #000000;
}

#content {
    background-color: #668cff;
    overflow: hidden;
}

#poza {
    float: left;
    height: 342px;
    width: 261px;
    font-size: 18px;
    background-color: #668cff;
    margin-bottom: -55555px;
    padding-bottom: 55555px;
}

#text {
    float: left;
    font-size: 18px;
    font-family: "Times New Roman";
    background-color: #996633;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -55555px;
    padding-bottom: 55555px;
}

#scontent {
    padding: 20px; 
}

#scontent a {
    text-decoration: none;
    color: #000000;
}

#mcontent {
    padding-right: 10px;
}