BODY {
	color: #000000;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pix;
	}
.yel {
	background-color : Yellow;
}
.mar{
color : Maroon;
font-weight : bold;
}
.coll {
	font-weight : bold;
	color : White;
	background-color : Blue;
}
.white {
	font-weight : bold;
	color : White;
	background-color : Blue;
}
.note {
	color: red;
	font : bold;
}
.bd {
	font : bold;
}
table.fac {
	padding : 5;
	width : 100%;
	margin : 5;
}
td.factop{
	font-weight : bold;
	color : Black;
	background-color : White;
	font-size : 15px;
}

td.fac {
	font-weight : bold;
	text-align : left;
	color : Black;
	background-color : White;
	font-size : 15px;
}

table.contact {
	border : 2px solid;
	padding : 10;
	background-color : Yellow;
	color : Maroon;
	margin : 10;
	}
.bk {
	background-color : Silver;
	color: #660000;
	font : bold;
	}
.date {
	background-color : #ffffcc;
	font : bold;
	}
.gbp {
	background-color : #FFF4B7;
	font-weight : bold;
	}
	
.euro {
background-color : #99ccff;
	font-weight : bold;
	}
	
.chf {
background-color : Yellow;
	color: red;
	font-weight : bold;
	}
	
.other {
	background-color : Yellow;
	color: black;
	font : bold;
	}
	
.sp {
	background-color : Yellow;
	border-color : red;
	color : Red;
	border : 1;
	border-style : solid;
	font-weight : bold;
	font-style : italic;
	font-size : 12pt;
}
A {
	text-decoration: underline;
	color : #0000c0;
	font-style : normal;
font-size : 14px;
}
.small {
	
	font-weight : bold;
	font-size : 10px;
}
.fw
{
	color : Aqua;
	font-size : 5px;
}
A:HOVER {
	color: Fuchsia;
	text-decoration: blink;
}
a.menu {
	text-decoration: underline;
	font-weight : bold;
	font-size : 9px;
	word-spacing: 1px;
	text-align: left;
	
	}
A.menu:HOVER {
	color: Fuchsia;
}
A.menu:visited{
	text-decoration : underline;
	color : Red;
	background-color: #FFDFDB;
}
td{
	font-size : 12px;
	font-weight : normal;
}
p{
	font-size : 16px;
	font-weight : bold;
}
th{
		color: White;
		background-color: #00008B;
		font-size: 20px;
}
th.small{
	font-size : 14px;
	padding : 4;
}	

