.Equip_Name {
	font-size: large;
	color: 004A8B;
	font-weight: bold;
}
.Equip_Img {
}
.Equip_Description {
	padding: 15px;
}
.Equip_Second_Header {
	color: 004A8B;
	padding-right: 20px;
	padding-left: 20px;
}
.Equip_Second_Description {
	padding-right: 10px;
	padding-left: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: 5C5C5C;
	color: #000000;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bolder;
}
.IMG_Block {
	padding: 10px;
	margin: 10px;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

