/*  win_style.css  */

body{
    margin:auto;
    font-family:Franklin Gothic Medium, Verdana, Helvetica, Arial;
    font-size:1em;
    width:1200px;
    background-color:#151515;
}
.header{
    margin:auto;
    margin-bottom:10px;
    width:1200px;
    height:404px;
    background-image: url("../style/logo.jpg");
    background-repeat: no-repeat;
    border-radius:5px;
    padding:0;
}
.H_main{
    float:right;
    margin:30px;
    margin-right:8%;
    color:darkorange;
    font-style:italic;
    font-family:Lato, Verdana;
    font-size:36px;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em red;
}
#str{
    position: absolute;
    top: 320px;
    left:45%;
    max-width:50%;
    background-color: rgba(202,168,133,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    padding: 15px;
    border-radius: 6px;
}
#str:a{
    color:orange;
}
#str:a:visited{
    color:black;
}
.conteiner{
    width:99%;
    padding:1px;
    border-radius:5px;
}
.content{
    background-image: url("../style/image-blue.jpg");    
}
.img{
    width:1100px;
    border-radius:5px;
    margin-top:10px;
    margin-bottom:20px;
    padding-left:20px;
}
.page{
    border-radius:4px;
    padding:4px;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#b02121;
    color:white;
    margin:9px;
}
.anythink{
    width:900px;
    padding:10px;
    border-radius:5px;
    background: rgba(100, 100, 80, .8);
    margin: auto;
    margin-top:30px;
    margin-bottom:50px;
}
.anythink a:visited {
            color: black;
        }
A:link{
   text-decoration:none;
   color:white;
}
A:active{
    text-decoration:none;
    color:black;
}
A:hover{
   text-decoration:underline; color:red;
}
A:visited{
    font-weight:normal;
    color:black;
    text-decoration:none;
}
.lrp:hover{
   text-decoration:underline;
   color:red;
}
.lrp{
    color:white;
}

