body {
	background-color: white;
	font-family: Arial;
}

.directory{
	font-family: Arial;
	color: black;
	font-size: 12px;
	text-align: center;
}
.directory a:link {
	color: blue;
	font-size: 12px;
	text-decoration: underline;
}
.directory a:visited {
	color: blue;
	font-size: 12px;
	text-decoration: underline;
}
.directory a:active {
	COLOR: red;
	font-size: 12px;
	text-decoration: underline;
}
.directory a:hover {
	COLOR: red;
	font-size: 12px;
	text-decoration: underline;
}
.regular{
	font-family: verdana;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 25px;
}
.regular a:link {
	color: blue;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:visited {
	color: purple;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:active {
	COLOR: red;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:hover {
	COLOR: red;
	font-size: 13px;
	text-decoration: underline;
}
.bcrum{
	font-family: Arial;
	color: black;
	font-size: 13px;
	font-weight:bold;
	vertical-align: middle;
}
.bcrum a:link {
	color: black;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:visited {
	color: black;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:active {
	color: red;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:hover {
	COLOR: red;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}

.menu2{
	font-family: Arial;
	color: black;
	font-size: 14px;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
}
.menu2 a:link {
	color: black;
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
}
.menu2 a:visited {
	color: black;
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
}
.menu2 a:active {
	color: red;
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
}
.menu2 a:hover {
	COLOR: red;
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
}

.ammo-chart{
	font-family: Arial;
	color: black;
	font-size: 11px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#float-right {
      FLOAT: right;
      PADDING-LEFT: 10px;
      PADDING-BOTTOM: 10px;
      PADDING-TOP: 5px;
}
#float-left {
      FLOAT: left;
      PADDING-RIGHT: 10px;
      PADDING-BOTTOM: 10px;
      PADDING-TOP: 5px;
}
