H1 {
	font-size: x-large;
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
}
    
A:link {
	COLOR: #ff6699;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #ff6699;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #cc0066;
	TEXT-DECORATION: none;
}

.GlowTx {FILTER: Glow(Color=#660000, Strength=3)}

body {
	font-size: 15px;
	font-weight : normal;
	color : #ffffff;
	font-family : sans-serif;
    background : #cc6600;
}
strong {
	font-size: 16px;
	font-weight : normal;
}
.d {
	background : #660000;
	font : large;
	font-family : sans-serif;
    font-weight : bold;
    color : #ffffff;
}
.d1 {
	font : large;
	font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #990000;
    background : #ffffff;
}