.lastuploads {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #200000;
	font-size: 10px;
	color: #CDC594;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.newsdatum {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #26110D;
	color: #BF8B44;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #26110D;
	color: #B99855;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.linkcolors:link {
   background-color: #26110D;
   color:            #98823D;
   text-decoration: underline; 
}

a.linkcolors:visited {
   background-color: #26110D;
   color:            #98823D;
   text-decoration: underline;
}

a.linkcolors:hover {
   background-color: #26110D;
   color:            #CDBF74;
   text-decoration: underline;
}

a.linkcolors:active {
   background-color: #26110D;
   color:            #98823D;
   text-decoration: underline;
}
	
