table, body, tr, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #C52E2D;
    line-height: 20px;
}

body {
    margin: 0;
    padding: 0;
}

td.title {
    text-align: left;
    font-weight: bold;
}

td.date {
    text-align: right;
}

td.text {
    text-align: justify;
}

a {
    color: #B77531;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B77531;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}