@import "position.css";

html {
    background: #a3b0c0 url(mblur.jpg);
    font-family: Verdana, sans-serif;
}

* h2 {
    background: #5d646e url(mblur-corner.png) top right no-repeat;
    border-left: 1px black solid;
    border-bottom: none;
    color: #ffffff;
    padding: .2em;
    padding-left: .4em;
}

h2 a, .pubDate{
    color: #ffffff;
}

.box, .affbox {
    background: #c1c9d4;
    border: 1px #394b6e solid;
    border-top: 1px black solid;
    padding-top: none;
}

* .box, * .affbox {
    background: #c1c9d4 repeat url(mblur-fade.jpg);
}

* img.portrait {
    border: 1px #394b6e solid;
    float: left;
}

.affbox {
    background-color: white;
}

a {
    color: #334499;
}

.header a {
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

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

pre, code {
  font-family: Lucida Console;
}

