/* html {
	background-color: black;
	text-color: white;
} */

a:visited { color : #D50C07; text-decoration : none; }
a:link    { color : #D50C07; text-decoration : none; font-weight : bold; }
a:hover   { color : red; text-decoration : underline; }
a:active  { color : red; text-decoration : underline; }

/* ul{ 	list-style-image: url('images/list-item.jpg');	} */

h3 {	
   border-top: 2px solid #810300; 
   border-bottom: 2px solid #810300; 
   /* background-color: #B1D3DC; */
}

td.textbf { 
	  font-weight: bold; 
	  width: 160px;
}

/* classe */
.code {
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: monospace;
        white-space: pre;
}

/* classe */
.date {
	font-size: medium;
        font-weight: bold;
        display: inline;
}
