body {
	font-family: "Trebuchet MS", sans-serif;	
	background-color: black;
	color: white;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin-left:30px;
	margin-right: 30px;
}

h1.title {
	font-family: Georgia, serif;
	text-align: center;
	font-size: 400%;
	margin-top: 62px;
	margin-bottom: 10px;
}

h2.subtitle {
	text-align: center;
	color: green;
}

h3.vid_placeholder {
	text-align: center;
	margin: 150px 0px;
}

h2.hope {
	text-align: center;
}

a {
	text-decoration: none;
	color: yellow;
}

a:hover {
	text-decoration: underline;
	color: red;
}

a:visited {
	color: purple;
}

div.hr {
	color: black;
	background-color: black;
	background-image: url(images/hr.png);
	background-position: center;
	height: 38px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

table.download {
	margin-left: auto;
	margin-right: auto;
}

div.frontpic {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}