* {
    font-family: Arial, Trebuchet MS; 
    font-size: 13px; 
    font-weight: bold;
}
body {
    margin: 0;
    padding: 0;
    background-color: #c89eff;
    background-image: url('https://img.goodfon.com/wallpaper/nbig/d/58/pesok-more-volny-pliazh-leto-bereg-zvezda-summer-beach-sea-5.webp');
    background-repeat: repeat;
    background-size: cover;

}

.outer_border1 {
    margin: 0 auto;
    border: 2px solid black;
    background-color: #98FF98;
}


.outer_border2 {
    background-color: #D0bda5;
    border: 2px solid black;
}


.outer_border3 {
    background-color: #00FFFF;
    border: 2px solid black;
    background-image: url('https://i5.glitter-graphics.org/pub/590/590935ankbyj1xx4.gif');
}


.outer_border4 {
    background-color: #F7D5CC;
    background-image: url('https://i.pinimg.com/1200x/bc/19/45/bc1945dfe05ec4b7ceffe9e6e2698fd3.jpg');
    background-repeat: repeat;
    background-size: cover;
    border: 2px solid black;
}
.header {
    background-image: url('/templates/default/images/header.png');
background-repeat: no-repeat;
background-position:center; 
    width: 100%;
    height: 250px;
}
.menu {
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.sidePanel {
    text-align: center; 
    width: 180px ! important; 
}
.contentBox h2 { 
    background-color: #D0bda5;
    border: 2px solid black; 
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    text-align: center;
color: white;
}
.content { 
    border: 0px solid black;
    padding: 3px;
    margin-bottom: 3px;
}
.mcontent {
    padding: 2px;
    width: 900px;
    height: 500px;
}
.footer {
    text-align: center;
    font-size: 90%;
}
.footer A  {
    font-size: 100%;
    color: black;
}

.home {
    font-size: 18px;
color: black;
     text-align: center;
}



/* Default Link Style */
A:link{color:black; text-decoration:none}
A:visited{color:black; text-decoration:none}
A:active{color:black; text-decoration:none}
A:hover{color:#333; text-decoration:none;}

/* Main Menu Link Style */
A.main_menu{padding: 0 6px;}
A:link.main_menu{color:black; text-decoration:none}
A:visited.main_menu{color:black; text-decoration:none}
A:active.main_menu{color:black; text-decoration:none}
A:hover.main_menu{color:#333; text-decoration:none;}