@charset "utf-8";
/* CSS Document */

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990066;
	line-height:18px;
	font-size: 18px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #990000;
	display: inline;
	width: 140px;
	word-spacing: normal;
	font-stretch: ultra-condensed;
	font-variant: normal;
	text-align: center;
	white-space: normal;
	float: inherit;
	clear: none;
	}
	
	.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	display: inline;
	width: 140px;
	}
	
	.column {
	height: auto;
	margin-left: 1mm;
	border-left-style: groove;
	padding-left: 1px;
	color: #FFFFFF;
	border-left-width: thin;
	border-left-color: #FFFFFF;
	}
	
	
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 0.6cm;
}

