
body
        {  width: 95%; 
		text-align: center;
           background-color: beige;	
		   margin:0 auto ; padding :0.5em 0;
		      font-size: 100.1%;
          
        }
		
.rund { 
border: 1px solid #696;
padding: 1px 0;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: #ffffe9 0px 2px 3px;
-moz-box-shadow: #ffffe9 0px 2px 3px;
box-shadow: #ffffe9 0px 2px 3px;

behavior: url(PIE.htc);

 }
a
{
    text-decoration: none;
    font-weight: bold;
    color: #990;
}

a:link
{
    text-decoration: none;
    font-weight: bold;
    color: #990;
}

a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #063;
}

a:hover
{
   
    font-weight: bold;
    background-color: #9c3; /*background-color: #CDE;*/
}

a:focus
{
    text-decoration: none;
    font-weight: bold;
    background-color: #CF0;
}

a:active
{
    text-decoration: none;
    font-weight: bold;
    background-color: #A0FFFF;
}

#footer a {
color:navy;
}