@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700&&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&&subset=latin,latin-ext);

html, body{
    font-family: 'Oswald', sans-serif;
    background-color: #003366;
    color: gray;
}

a:link {color: gray; text-decoration: none;}
a:visited {color: gray; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}
a:active {color: gray; text-decoration: none;}

.vsebina {
    font-size: 50px;
    width:400px;
    height:400px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-250px 0 0 -180px;
}

.pod {
    color: #fff;

    text-transform: uppercase;
}

.okl {
    color: orange;
}

.noga {
    background-color: #003354;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 99%;
    text-align: center;
}