body {
    background: url('/bg.jpg') repeat;
}

#content {
    color: black;
    margin-left: 2%;
    max-width: 60em;
}

#footer {
    margin-left: 2%; margin-right: 20%;
    margin-top: 25px;
    color: #676767;
    font-size: 80%;
}

.remark {
    font-size: 80%;
}

.about {
    font-size: 120%;
    font-weight: bold;
}

pre {
    margin-left: 4%;
    background: #F7F7F7;
    border: solid 1px #4869a8;
    padding: 10px;
}

.boxed {
    padding: 10px;
    border: dotted 1px;
    border-color: #BABABA;
    width: 20%;
}


A {
    text-decoration: none;
    color: #0000AA;
    padding: 1px;
}

h1 {
    border: 0px;
    border-bottom: 5px ridge;
    border-color: #BABABA;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
}

.active {
    color: gray;
}  

hr {
    height: 1px;
    color: #BABABA;
    border-bottom: solid 0px;
    border-top: solid 1px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: #BABABA;
}

h3 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0px;
    text-align: left;
}

.tbl {
    border: 0px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.verse {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    color: #666666;
    margin-top: 5%;
    margin-bottom: 5%;
    z-index: 100;
}

.attrib {
    color: #666666;
    margin-top: 1cm;
}

img {
    border: 0px
}

a:hover.shot {
    color: white;
    background-color: white;
    border: 0px solid;
}

.caption {
    text-align: center;
    font-size: small;
}

.gray {
    border: 2px solid black; 	
    float: left;
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
}

blockquote {
    margin: 0px;
    padding: 2px;
}

.quote {
    margin-left: 50%;
    font-style: italic;
} 

li {
    margin-right: 10%;
}

.floatme {
    border: 2px solid black;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.shotrow {
}

.shottable  {
    border: 0px;
}

dt {
    font-weight: bold;
}

#im { 
    clear: right;
    float: right;
}

.centered {
    text-align: center;
}

.note {
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    border: dashed 1px;
    border-color: black;
    width: 70%;
}
