* {
    margin: 0;
    padding: 0;
}

html, body {
    height:100%;
}

body {
    font-family: "Bitstream Vera Sans", Tahoma, sans-serif;
    font-size: 11px;
    /*color: #a5a5a5;*/
    color: #c5c5c5;
    background-color: #0261a3;
}

table {
    font-size: inherit;
    margin: 0px auto;
}

a {
    color:#a5a5a5;
    text-decoration: none;
}

.strong {
    font-weight: bold;
}
.stronger {
    font-size: large;
    color: lightblue;
    font-weight: bold;
}
/*
.warning {
    color: white;
    font-weight: bold;
} */
.warning {
    background-color: lightblue;
    padding: 1px 8px;
    font-size: large;
    color: darkred;
    font-weight: bold;
}

a:hover {
    color: white;
}

input[type="text"], input[type="password"] {
    padding:1px 3px 0px 3px;
    font-family: "tahoma", "arial", "helvetica", "sans-serif";
    font-size: 12pt;
    color: #000000;
    width:400px;
}

input[type="text"]:valid, input[type="password"]:valid {
    border-style: none;
}

input[type="text"]:invalid, input[type="password"]:invalid {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: solid 2px;
    border-color: red;
}

#head, #foot {
    height: 6%;
    min-height: 25px;
    width: 100%;
    background-color: #024b7f;
    overflow: hidden;
}

#foot {
    text-align: center;
}

#foot > span,#head > span {
    top: 35%;
    position: relative;
    padding: 20px;
}

#foot > span {
    color: #393939;
}

#maincontent {
    width:80%;
    height:88%;
    margin: 0px auto;
}

#logo {
    height: 66px;
    width: 226px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 60px 0px 0px 0px;
    text-align: center;
}

#logo ul {
    float: left;
    left: 50%;
    margin: 0 auto;
    position: relative;
}

#logo ul li {
    float: left;
    position: relative;
    right: 50%;
    margin: 0 1em 0 0;
    list-style: none;
}

.poetry {
    width: 320px; 
    text-align: justify;
}

.hidden {
    display: none;
}

.info {
    color: green;
    font-weight: bold;
}

