h1 {
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B31E31;
	text-decoration: none;
	font-size: medium;
	text-transform: capitalize;


}
h2 {
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: white;
	font-size: small;
		text-transform: capitalize;


}
a:link {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
	border: pink;
	text-transform: capitalize;




}
p {
	color: white;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-size: small;




}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	border: pink;
	text-transform: capitalize;

}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-transform: capitalize;

}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-transform: capitalize;

}
body {
	background-color: #333333;
}
img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
