H1 {
	font-size: x-large;
	color : Red;
	font-family : serif;
}
A:link {
	COLOR: #660066;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #660066;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
body {
	font-size: 15px;
	font-weight : bold;
	color : Red;
	font-family : sans-serif;
    background : #ffffff;
}
strong {
	font-size: 15px;
	font-weight : bold;
}.d {
	background : Red;
	font : 20px;
	font-family : sans-serif;
    font-weight : bold;
    color : #ffffff;
}.w {
	font-size: 15px;
	font-weight : bold;
	color : #ffffff;
	font-family : sans-serif;
    background : Red;
}.d1 {
	background : #ffffff;
	font : 25px;
	font-family : cursive;
    font-weight : bold;
    color : Red;
}