/* CSS Document */
div.attachment {
border-bottom: dotted green;
border-bottom-width: 1px;
padding: 5px 0px;
margin: 0px;
text-align: left;
float: none;
width: 100%;
}

div.dropcap {
float: left;
width: 50px;
padding: 0px 4px;
text-align: center;
border-right: 2px solid green;
margin-right: 8px;
float: left;
font-size: 2.5em;
}

div.labels {
float: left;
text-align: right;
margin-right: 8px;
}

a {
text-decoration: none;
color: #0000FF;
font-weight: bold;
}

a:link:hover, a:visited:hover {
color: #F12600;
text-decoration: underline;
}