H1 {
	font-size: 40px;
	color : White;
	font-family : "Courier New", Courier, monospace;
}
A:link {
	COLOR: #ff6600;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #ff6600;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff9900;
	TEXT-DECORATION: none;
	font-family : "Arial Black";
}
.GlowTx {FILTER: Glow(Color=Red, Strength=2)}

body {
	font-size: 15px;
	font-weight : normal;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	background : #000000;
}
strong {
	font-size: 15px;
	font-weight : normal;
}.d {
	background : Black;
	font-size: 20px;
	font-family : sans-serif;
    font-weight : bold;
    color : #ff9900;
}