body{
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #FF44AA;
      background-image : url(images/pink148.gif);
}

A:link{
	color: #1100cc;
	font-weight : bold;
	background: none;
	text-decoration: none;
}
A:visited{
	color: #003366;
	font-weight : bold;
	background: none;
	text-decoration: none;
}
A:hover{
	color: red;
	font-weight : bold;
	background: none;
	text-decoration: none;
}
A:active{
	Color: #CC9933;
	background: none;
	text-decoration: none;
}

hr{
	color : #660033;
}
	
H1{
		font-size : 30px;
		font-family : Tahoma;
		font-weight : bold;
		text-align : center;
		padding-top : 2%;
		padding-bottom : 2%;
	}
	
H2{
		font-size : 20px;
		font-family : Tahoma;
		font-weight : bold;
		text-align : center;
		color : #b80000;
	}
	
H3{
		font-size : 18px;
		font-family : Tahoma;
		text-align : center;
		
	}
	
H4{
		font-size : 16px;
		font-family : Tahoma;
		text-align : center;
	}