/* STYLES */

/* ----- REDEFINED TAGS ---------------------------------------------------------- */

body {
	background-color: #330000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.photoBORDER {
	padding: 5px;
	border: 1px solid #FFFFFF;
	margin: 5px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	list-style-type: disc;
	list-style-position: outside;
}
ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
}
form {
	background-color: #7A1A1A;
}

/* ----- LINK ELEMENTS ---------------------------------------------------------- */


a:link {
	color: #FFFFFF;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

a:active {
	color: #FF0000;
	font-weight: bold;
}

a.navigation:link {
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	background-color: #600701;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 205px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.navigation:visited {
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	background-color: #600701;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 205px;
}

a.navigation:hover {
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	background-color: #330000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 205px;
}

a.boxlink {
	padding: 2px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #00FFFF;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.boxlink:hover {
  color: #000000;
	padding: 2px;
	text-decoration: none;
	background-color: #000033;
	border: medium solid #0099FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ----- TABLE ---------------------------------------------------------- */

.tableBACK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #330000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.centerME {
	text-align: center;
}
