@import "position.css";

body {
    background: #a3b0c0 url("mblur.jpg");
}

* h2 { 
    background: #394b6e url(corner.jpg) no-repeat top right;
    color: #ffffff;
}

h2 a {
    color: #ffffff;
}

.box, .affbox {
    background-color: #b4c3d4;
    border: .25em #394b6e solid;
}

.affbox {
    background-color: white;
}

a {
    color: #334499;
}

* a {
    text-decoration: none;
}

* a:hover {
    text-decoration: underline;
}

.footer {
    border-top: 1px #394b6e solid;
}

