h1 {
	font-family: arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: white;
	text-decoration: none;
	font-size: small;
	text-transform: capitalize;


}
h2 {
	font-family: arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: white;
	font-size: small;
	text-transform: capitalize;


}
a:link {
	font-family: arial;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	font-size: 12px;
	border: #000000;
	text-transform: capitalize;




}
p {
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;





}
a:visited {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
	border: #000000;
	text-transform: capitalize;

}
a:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	text-transform: capitalize;

}
h3 {
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-transform: capitalize;

}
body {
	background-color: #FF6600;
}
