body{
       margin-bottom: 20px;
       padding: 0px;
       font: 62.7% Verdana, Arial, Helvetica, sans-serif;
       background: #FFFFFF url(../images/tlo.jpg);
       background-attachment:fixed;
       text-align: center;
}
#ramka{
       border:2px solid red;
       background:#ffffff;
       width:600px;
       height:500px;
       margin-left:auto;
       margin-right:auto;
       }
a img { 
       border: none;
}
h1{
       margin-bottom:  50px;
       text-align:center;
       font-family:Tahoma;
       font-size: 30px;
       text-decoration:underline;
}
h2{
text-align:center;
font-size:15px;
}

a{
        color:#0000FF;
        text-decoration:none;
       }
a:hover{
               color:#FF0000;
               text-decoration:underline;
             }
p{
        color:#000000;
        font-size:12px;
        text-decoration:none;
       }



    
