

body
{
    font-family: arial;
    font-size: 15px;
}

#header
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fakelink
{
    text-decoration: none;
    color: black;
}
.fakelink:hover
{
    text-decoration: underline;
    color: blue;
}


#menu
{
    margin-bottom: 20px;
}

.asite
{
    margin-bottom: 20px;
}
.asiteheader
{
    margin-bottom: 10px;
}
.asitemenu
{
    margin-bottom: 10px;
}

.achart
{
    width: 95%;
    height: 300px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    position: relative;
}
.bar
{
    text-align: center;
    float: left;
    clear: none;
    background-color: lightgray;
    vertical-align: bottom;
    position: absolute;
    bottom: 0px;
    _width: 20px;
    width: 40px;
    /*left: 0;*/
}
.vertical
{
    writing-mode: vertical-rl;
}