.white {
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.white:link {
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.white:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a.categ:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #A5BAB2;
	font-weight: bold;
	text-decoration: none;
}
a.categ:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #A5BAB2;
	font-weight: bold;
	text-decoration: none;
}
a.categ:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #A5BAB2;
	font-weight: bold;
	text-decoration: underline;
}

.update {
	font-family: Tahoma;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
	
.back {
	font-family: Tahoma;
	font-size: 10px;
	color: white;
	text-decoration: none;
	padding-right: 5px;
}

.brdr {
	border: 1px solid white;
}

.brdrblack {
	border: 1px solid black;
}