body {
        font-family:        courier;
        font-size:          small;
        color:              darkblue;
}
.logo {
        font-size:          6px;
}
#header {
        position:           absolute;
        left:               20px;
        top:                10px;
        height:             auto;
        width:              180px;
}
#menu {
        position:           absolute;
        left:               20px;
        top:                120px;
        height:             auto;
        width:              180px;
}
#menu ul {
        list-style:         none;
        margin:             0px;
        padding:            5px;
}
#menu li a, #menu li a:hover, #menu li a:active {
        display:            block;
        text-decoration:    none;
        color:              magenta;
        border:             solid darkblue 1px;
        border-left:        solid darkblue 10px;
        text-align:         center;
        text-valign:        middle;
}
#menu li a:hover, #menu li a:active {
        color:              darkblue;
        border-left:        10px solid #77b;
}


#cntr {
        font-size:          x-small;
        margin:             0px 150px 10px 220px;
        /*padding:            0px;*/
}
#cntr table {
        font-size:          xx-small;
}

/* =============== right column =============== */

#right {
        position:           absolute;
        right:              20px;
        width:              120px;
}
/*
#right .img {
        padding:            0px;
        spacing:            0px;
}
*/
h1 {
  	    /*position:           absolute;
  	    top:                30px;
  	    left:               280px;*/
        line-height:        100px;
    	letter-spacing:     8px;
    	text-align:         center;
}
table.xls {
        border:             solid 1px;
        border-collapse:    collapse /*separate*/;
        border-spacing:     1 1;
        empty-cells:        show;
        font-size:          xx-small;
}
td.xls {
        border:             solid 1px;
        font-size:          xxx-small;
}

b.m {
        color:              magenta;
}
img {
        border:             0px;
}
#footer {
    clear: both;
    /*float: bottom;*/
    position:               absolute;
    top:                    800px;
    margin: 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}
