body {
    background-color: rgb(250,250,250);
}

#header {
    text-align: center;
    padding: 5px;
    background-color: rgb(250,250,250);
}

img {
    border: 1px solid black;
}

ul.small li{
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

a.small {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

table {
    padding: 10px;
}

div.small {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

blueline {
    height:4px;
    width:60%;
    background-color:rgb(80,80,200);
}

