body {
 background: white;
 font-family: Arial, Serif, Verdana;
}

h1 {
 font-size: 1.8em;
 margin-bottom: 0;
}

td {
 text-align: left;
 vertical-align: top;
}

hr {
 size: 1px;
 width: 50%;
 text-align: left;/*this will align it for IE*/
 margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

p {
 margin-top: 30px;
 text-indent: 20px;
 text-align: justify;
}

p.foot {
 margin-top: 30px;
 text-align: right;
}

li {
 list-style-image: url('/images/openid.gif');
}

a {
 text-decoration: none;
 border-bottom: dotted 1px;
 color: darkblue;
}

a:hover {
 text-decoration: underline;
}

.copy {
 text-align: center;
 font-size: 0.7em;
}

.knopka{ 
display: inline-block; 
text-align: center; 
padding: 5px 12px; 
border: solid 2px #C0C0C0; 
background: #607080; 
color: #E0E0E0; 
font-weight: bold; 
text-decoration: none; 
cursor: pointer; 
margin: 3px; 
text-indent: 0px; 
} 

.knopka:hover { 
border: solid 2px #D0D0D0; 
background: #708090; 
color: #F0F0F0; 
text-decoration: none; 
}

.knopka:active {
color: #FFFFFF;
}
