* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
}

a {
	outline: none;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

/*------------------------ Navigation Elements -----------*/

#navigation h1 {
	display: none;
}

.navlist a, #navigationElements p {
	font: normal normal normal 8pt/12pt "Courier New", Courier;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	margin-left: 5px;
}

#navigationElements .navlist a:hover, .previous a:hover, .next a:hover {
	text-decoration: underline;
}

/*------------------------ Content Elements -----------*/

#content h1 {
	font: bold normal normal 16pt/14pt "Times New Roman", Times;
	text-transform: uppercase;
}

#content li, #content p {
	font: normal normal normal 9pt/12pt "Times New Roman", Times;
}

#content .details p, .previous a, .next a, .video a {
	font: normal normal normal 9pt/12pt "Courier New", Courier;
}

.textCenter {
	text-align: center;
}

.previous a, .next a {
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}

/*------------------------ Slideshow -----------*/

.sliderNav a {
	font: normal normal normal 9pt/12pt "Times New Roman", Times;
	color: black;
	text-decoration: none;
}

.sliderNav a:hover {
	text-decoration: underline;
}
