/* CSS Document */

.Tex{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #996600;
line-height: 14px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	display: block;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 80px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: blink;
	background-color: #CC6600;
	display: block;
	padding: 8px;
	width: 80px;
}
