html, body{
    margin: auto;
    background-color: black;
    text-align: center;
}
div.top{
    height: 220px;
    width: 100%;
    margin: auto;
    background-image: url(/images/top.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
div.contents{
    width: 750px;
    height: auto;
    margin: auto;
    text-align: center;
    border-color: gray;
    border-width: 0px;
    border-style: double;
    border-top-width: 0px; 
}
div.menu{
    height: auto;
    width: auto;
    margin: auto;
    text-align: center;
    border-color: gray;
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-color: black;
    
}

img{
    border: none;
}
a.menu_link{
    margin-left: 20px;
    margin-right: 20px;
}

a:active{

}


div.body{
    width: auto;
    min-height: 500px;
    height: auto;
    /*_height: 600px; 
    overflow: auto;*/
    padding-left: 40px;
    padding-right: 40px;
    background-color: #455857;
} 

h2{
    color: #CCD7FD;
}
h3{
    color: white;
}
p{
    color: white;
    font-family: arial;
    text-align: justify;
    font-size: 14px;
}
p.paslaugos_virsus{
    color: #CCD7FD;
    font-size: 20px;
    text-align: center;
    font-family: monotype corsiva;
}
p.kontaktai{
    font-size: 20px;
    text-align: center;
    padding-top: 80px;
}
p.draugu_tekstas{
    font-size: 18px;
}
p.sharan{
    font-size: 18px;
    text-align: center;
}
a{
    color: #C0C0FF
}
a:visited{
    color: #C0C0FF;
}
a:hover{
    color: #C0FFFF;
}