/* CSS Document */

body {
position: relative;
font-family: monospace;
font-size: 20px;
}


div#oblak {
position: relative;
width: 100%;
text-align: center;
background-color: black;
color: white;
padding: 20px;

}

{ letter-spacing: 1em; }

div#time {
position: relative;
width: 100%;
margin: 100px auto;
text-align: center;
}

p, a {
text-align: center;
margin-top: 40px;
color: #666;
}

a:hover, a:active {
padding-top: 10px;
border-top: 11px solid black;
}

p.invisible {
position: absolute;
left: 0px; top: 0px;
margin-top: 0;
color: grey;
font-size: 3px;
padding: 10px;
}

p.invisible:hover {
font-size: 20px;
border-top: 70px solid white;
padding: 10px;
}


/*

eof

*/