A{
	Color : Blue;
	Text-Decoration : none;
	}

A:Active{
	Color : Yellow;
	Text-Decoration : none;
	}

A:Visited{
	Color : Maroon;
	Text-Decoration : none;
	}

A:Hover{

	Text-Decoration : underline;
	}

body, p{
	Color : Black;
	Font-Family : Verdana;
	Font-Size : 100%;
	}

H1{
	Color : Teal;
	Font-Family : Tahoma;
	Font-Size : 150%;
	}

H2{
	Color : Maroon;
	Font-Family : Tahoma;
	Font-Size : 125%;
	}
	
.bannertext {
	color: white;

}

