H1{
	color: Maroon;
}

BODY{
	background-color : #990000;
}


H2{
	color:green;
	font-weight : bold;
}

p{
	color:black;
	background-repeat : repeat-y;
	font-weight : 900;
	font-size : larger;
	border : 0px none;
	text-decoration : none;
}
a{
	border : 0px none Maroon;
}
}

