﻿.dia {
	border-bottom: 3px solid #DEE2E6;
	color: #8B1B2C;
	display: block;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

.hora {
	color: #083E7D;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.assunto {
	color: #8B1B2C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.titulo {
	border-bottom: 1px solid #DEE2E6;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 8px;
	text-align: left;
}

.titulo_link {
	color: #083E7D;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.titulo_link:hover {
	text-decoration: underline;
}