﻿p {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
a.navbar {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.navbar:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	margin-top: 15px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #C1272D;
	text-align: center;
	text-transform: uppercase;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
.hr-red-600px {
	height: 1px;
	width: 600px;
	border-width: 0;
	color: #C1272D;
	background: #738B99;
	background-color: #000000;
}
.hr-white-600px {
	height: 1px;
	width: 600px;
	border-width: 0;
	color: #FFFFFF;
	background: #000000;
	background-color: #000000;
}
