body {
background-image:url(images/bg_text2.jpg);
background-attachment:fixed;
margin: 0em 0.5% 0em 5%;
color:#003300
}
h1 {
text-align:center
}
h2 {
margin-left: -4%
}
h3 {
margin-left: -2%
}
dd {
margin-bottom: 1em
}
a:link {     /* unvisited link */
color: #00aa00
}

a:visited {  /* visited link */
color: #003300
}

a:hover {    /* mouse over link */
color: #00aa00;
background-color:#ffffee
}

a:active {   /* selected link */
color: #00aa00;
background-color:#ffeeee
}

.dead {
text-decoration: line-through
}


.item {
}

.date {
}

.date:after {
content: ", "
}

.source {
font-style: italic
}

.source:after {
content: ": "
}
.content {

}


