@charset "UTF-8";
* {
	margin: 0;
}

html,body {
	margin: 0;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family:  'American Typewriter', Tahoma, sans-serif;
	font-size: 16px;
	height:100%;
	background-color: #000000;
}
h1 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
p {
	font-size: 16px;
	margin-top: 7px;
}


a {
	color: #FF0000;
}
a:hover {
	color: #981520;
}
a:active {
	color: #690007;
}


img {
	border: none;
}
.smalltext{
	font-size: 12px;
}

.photos {
	border: 1px solid #000000;
}
.red {
	color: #CE0000;	
}
ul {

}
li {
	margin-bottom: 0px;
}

