/* CSS Document */
A:link {
	color: #3A0202;
	text-decoration: underline;
	text-transform: uppercase;
	text-shadow: Black;
	font-family: Arial, Helvetica, sans-serif;
	}
A:hover {
	color: maroon;
	text-decoration: line-through;
	text-shadow: Gray;
	}
A:visited {
	color: #3A0202;
	text-decoration: underline;
	text-shadow: Black;
	}
A:active {
	color: red;
	text-decoration: line-through;
	text-shadow: Black;
	}
h5 {
	color: 3A0202;
	font-weight: bold;
	font-size: larger;
	}
