/* 
vim: sw=4 ts=4 autoindent showmatch showmode expandtab
*/

body { 
    background-color: #efefef; 
    color: #000; 
    padding: 10px;
    font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
}

a:link { color: #0b1860; }
a:visited { color: #454961; }
a:active { color: #454961; }
a:hover { color: #132aad; }

h2 {
    border-bottom: dashed 1px #999;
}
h3 {
    border-bottom: dotted 1px #ccc;
    padding-left: 15px;
}

div.float_menu { 
    border: 1px #999;
    border-style: solid;
    background: url("/adam/images/purple_bg.png") ;
    position: fixed;
    right: 5px;
    top: 5px;
    padding: 10px;
    font-size: .8em;
}
.float_title {
    list-style-type: circle;
}
