/* the pre markup was derived from rubyStyle.css, the rest is from previous
iterations of my website http://repose.cx/. help yourself to bits you like. */

body {
 font: 13px/1.2 sans-serif;
 background:#fff;
 padding:15%;
 padding-top:2%;
 margin:0px;
 text-align:justify;
}

a {
 text-decoration:none;
/* font-weight:bold; */
 color:darkslateblue;
}

a:hover {
 background:#fff;
 color:#a00;
}

h1 a {
 color:#666;
}

h2 a {
 color:#666;
}

h3 a {
 color:#666;
}

h4 a {
 color:#666;
}

h1 {
 font-size: 22px;
 color:#666;
 border-bottom: 2px solid #666;
 padding: 2px;
 margin: 0px;
 margin-bottom: 15px;
 margin-top: 15px;
}

h2 {
 color:#666;
 font-size: 16px;
 padding: 2px;
 margin-top: 15px;
 margin-bottom: 10px;
 border-bottom: 1px solid #666;
}

h3 {
 color:#666;
 font-size: 14px;
 padding: 2px;
 margin-top: 15px;
 border-bottom: 1px dashed #666;
 margin-bottom: 10px;
}

h4 {
 color:#666;
 font-size: 14px;
 padding: 2px;
 margin-top: 5px;
}

img {
    float: right;
    margin: 10px;
    border-style:solid; border-width:2px;
}

#im {
    clear: right;
}

pre {
    border: #777777 1px solid;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    white-space: pre;
    background-color: #e6e6e6;
    color: black;
}

td, tr {
    border: #777777 0px solid;
    margin-left: 0em;
    margin-right: 0em;
    color: black;
    text-align: justify;
    font-size: 13px;
}

table {
    border: #eee 1px solid;
    background: #f3f3f3;
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
    color: black;
    text-align: justify;
}

.verse {
    white-space: pre;
    margin-left: 1em;
}

dt {
     font-weight: bold;
}

li {
     margin-bottom: 0.9ex;
}
