@charset "utf-8";
/* CSS Document */

* {
    line-height:140%;
}
div#container {width:100%;
max-width:1000px;
margin:auto;}

.rightimg {
    float:right;
    margin:8px;
}

h1{
    color:cornflowerblue;
}
h2{
    color:cornflowerblue;
}
h3{
    color:cornflowerblue;
}

table.curse {
    border: solid 1px #000000;
}
.curse td {
    border: solid 1px #000000;
    border-collapse:collapse;
    padding: 4px;
    white-space: nowrap;

}
.curse tr.head td {
    background:#6380C1;
    font-weight: bold;
    color:#ffffff;
    text-align:center;
}
.curse td.center {
    text-align:center;
}

table.menu {
    border:none;
}
.menu td {
    padding:8px;
    font-weight: bold;
}