body {
    margin: 0;
    font-family: "Times New Roman", serif;
    font-size: 112%;
    min-width: 320px;
    background-color: #195590;
}

#page {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid black;
    box-shadow: 0 0 48px 0 #222;
    background-image: url("../img/poz_body.gif");
}

h1 {
    font-family: "Times New Roman", serif;
    font-size: 155%;
    font-weight: bold;
    color: maroon;
}

#header {
    font-family: "Times New Roman", serif;
    background-color: maroon;
    background-image: url("../img/poz_header.gif");
    border: 1px solid white;
    border-bottom: 2px solid silver;
    padding-top: 8px;
}

#header-bottom {
    border-bottom: 1px solid black;
    clear: both;
}

#logo {
    padding: 0px 12px 8px 16px;
    color: white;
    font-size: 145%;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 1px black, 0 0 20px black;
    float: left;
}

#nav {
    font-family: Georgia, serif;
    margin-top: 4px;
    border-radius: 99px;
    color: white;
    float: left;
    /*box-shadow: inset #4e0000 1px 1px 2px;*/
}

#nav a {
    text-decoration: none;
    color: yellow;
    font-size: 115%;
    text-shadow: 1px 1px 1px black;
}

#nav a:hover {
    text-decoration: underline;
}

#body {
    padding: 16px;
}

h2 {
    font-family: "Times New Roman", serif;
    font-size: 125%;
    font-weight: bold;
}

h3 {
    font-family: "Times New Roman", serif;
    font-size: 115%;
    font-weight: bold;
    font-style: italic; 	
}

hr {
    border: none;
    border-top: 2px solid maroon;
    
}

.changes-item {
    
}

.changes-content {
    
}

.date {
    font-family: monospace;
    font-size: 86%;
    color: gray;                         
}

.date.changes {
    text-align: left;   
}

blockquote {
    font-style: italic;
}

#footer {
    margin: 16px;
    border-top: 1px dotted silver;
    padding: 16px;
    text-align: center;
}

#footer a {
    color: maroon;
    font-weight: bold;
    text-decoration: none;
}
