H1 {
	font : normal bold 43px serif;
	color : White;
}
A:link {
	COLOR: Navy;
	TEXT-DECORATION: none;
    font : normal bold large serif;
}
A:visited {
	COLOR: Navy;
	TEXT-DECORATION: none;
    font : normal bold large serif;
}
A:hover {
	COLOR: Purple;
	TEXT-DECORATION: none;
    font : normal bold large serif;
	
}
.GlowTx {FILTER: Glow(Color=Navy, Strength=2)}

body {
	font-size: 15px;
	font-weight : normal;
	color : Navy;
	font-family : Arial Narrow;
  	background : #0066cc;
}
strong {
	font-size: 15px;
	font-weight : normal;
}
.d {
	background : #0066cc;
	font : normal bold large serif;
	color : #ffffff;
}
.d1 {
	background : #ffffff;
	font : normal bold large serif;
	color : #0066cc;
}
.recip {
	border-top: 2px solid #0099cc;
	border-bottom: 2px solid Navy;
	border-right: 2px solid Navy;
	border-left : 2px solid #99ccff;
    font : normal bold x-small Arial Narrow;
	color : White;
}