a: {
	text-decoration: none
}

a:visited { 
	text-decoration: none
}

a:link, a:visited { 
	color: #0167B1;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

a:active { 
	color: #000000;
	background-color: #FFFFFF;
}

table, td { 
	font-family: arial;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}

h1 { 
	font-size: 20px;
}

h3 { 
	font-size: 16px;
}

.neg {
	color: black;
}

.bla, .bla:link {
	color: white;
	font-weight: bold;
}

.bla:hover {
	color: white;
	font-weight: bold;
	background-color: #666699;
}

.light {
	color: #666699;
	background-position: right;
}