.section {
border-right-style: solid;
border-bottom-style: solid;
border-color: black;
width: 8em;
padding: .1em;
margin: 0em;
border-width: 1px;
text-align: left; 
font-family: Arial;
font-weight: bold;
}

.effect{
border-left-style: solid;
position: relative;
left: -15px;
border-width: 5px;
border-color: #BBBBBB;
z-index: 1;
visibility: hidden;
}

a{
text-decoration: none;
}

.links {

}

.links a{
text-decoration: none;
color: #000000;
}

.header {
font-family: sans-serif;
width: 800px;
margin-top: 20px;
margin-bottom: 10px;
border-bottom-style: solid;
border-color: black;
border-width: 1px;
letter-spacing: 2;
}

.title{
font-family: sans-serif;
font-weight: bold;
letter-spacing: 1.5;
}

.title a{
text-decoration: none;
color: #999999;
}

.body{
width: 580px;
font-size: 0.9em;
margin-left: 15px;
border-width: 1px;
padding-left: 20px;
border-left-style: none;
font-family: serif;
text-align: left;
letter-spacing: 0;
}

.footer{
width: 800;
border-top-style: solid;
border-width: 1px;
font-family: serif;
text-align: right;
letter-spacing: 2;
}

.date{
font-family: sans-serif;
font-style: italic;
text-align: right;
letter-spacing: 2;
color: #999999;
font-size: 12px;
}