/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #555;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Verdana, helvetica, sans serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}
.textspecs {
	font-family: Verdana, helvetica, sans serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	line-height: 1.8;
}
.textmed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	text-align: center;
}
.textbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	text-align: center;
}
.header {
	width: 900px;
	border: 0;
	align: center;
	margin-top: 15px;
	padding: 10px;
	
}
.intro {
	width: 900px;
	border: 0;
	align: center;
	margin-top: 15px;
	padding: 8px;
	text-align: justify;
	
}
.photos {
	width: 900px;
	border: 0;
	align: center;
	margin-top: 15px;
	padding: 8px;
	
}
.footer {
	width: 900px;
	border: 0;
	align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px;
	
}