h1 {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;


}
h2 {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	font-size: 12px;
	text-transform: none;


}
a:link {
	font-family: Arial;
	font-weight: bold;
	color: red;
	text-decoration: underline;
	font-size: 12px;
	border: #000000;
	text-transform: lowercase;




}
p {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;





}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
	border: red;
	text-transform: lowercase;

}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: pink;
	text-decoration: underline;
	text-transform: lowercase;

}
h3 {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;

}
