body {
    font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
    color: rgb(51,51,51);
    background-image: url(midaregami-header.gif);
    background-position: top right;
    background-repeat: no-repeat;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: Cochin, "Times New Roman", Times, serif;
    color: rgb(102,102,153);
    text-shadow: rgb(102,102,102) 0 0 3px;
    }
    
a:link  {
    color: black;
    border: dotted 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    text-decoration: none;
    }

a:visited {
    color: rgb(102,102,102);
    border: dotted 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    text-decoration: none;
    }

a:hover {
    border: solid 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    text-decoration: none;
    text-shadow: rgb(0,0,51) 0 0 2px;
}

a.image:link  {
    color: black;
    border: none;
    text-decoration: none;
    }

a.image:visited {
    color: rgb(102,102,102);
    border: none;
    text-decoration: none;
    }

a.image:hover {
    border: none;
    text-decoration: none;
}


div.pagehead {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 60px;
    }

span.title {
    background: white;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    letter-spacing: .25em;
    font-size: large;
    }
    
span.subtitle {
    color: rgb(102,51,51);
    font-size: small;
    font-family: monospace;
}

div.leftside {
    font-size: x-small;
    padding: 1em; /* padding's on the inside */
    margin-right: 1em; /* margin's on the outside */
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
    border-style: solid;
    border-width: 1px;
    width: 25em;
    }

img.permalink {
/*    margin-right: 1px; */
    border: none;
    }

img.titleimg {
    margin-left: -1em;
    margin-top: -1em;
    padding-bottom: .5em;
    }

div.snippet {
    padding: 1em;
/*    margin-top: 0px; */
    background-color: rgb(204,204,204);
    }

.snippetmore {
    text-align: center;
    }
    
div.rightside {
    font-size: small;
    margin-left: 23em;
    padding: 1em; 
    line-height: 150%;
    }

blockquote {
/*    width: 80%; */
    size: small;
    border-left: 1px dotted;
    padding: 1em;
    }

.commentform {
    font-size: x-small;
    background: rgb(204,204,204);
    padding:1ex; 
    margin:1ex; 
    float:left;
    text-align:left;
    border:1px dotted #bbb;
    }
    
.infostamp {
    text-align: left;
    font-size: x-small;
    background-color: rgb(204,204,255);
    padding-left: 1ex;
    padding-right: 1ex;
    }

.sidebarsubject {
    text-align: left;
    font-size: x-small;
    background-color: rgb(204,204,255);
    border: 1px dotted;
    padding: 1ex;
    }

div.pagefoot {} 

/* stupid stuff, for backwards-compatibility */
.small {font-size: small;}
.centered { text-align: center;}