h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990099;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
		color: #FFFFFF;
	
}

a:link {
	color: #FFFFFF;
	text-align: center;

}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #b1c23b;
}
a:hover {
	text-decoration: underline;


}