body, html {
        margin: auto;
}

body, html, h2, h3{
color: #000000;
font-family: tahoma, verdana;
font-size:12px;
font-weight:normal;
text-align:center;
margin:0px;
}

a.big, a.big-active, a.big:hover, a.big-active:hover {
        color: #990000;
        font-size: 36px;
}

h1 {
        font-size: 48px;
        color: #990000;
}

h2 {
        font-weight: bold;
        display: inline;
}

#randka {
        width: 100%;
        height: 100%;
        text-align: center;
}

#randka_foot {
        vertical-align: bottom;
}

.r, .r-active {
		border: solid 4px silver;
}
.r:hover, .r-active:hover {
        border: 4px solid #990000;
}


