body {
	background-color:lightgray;
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 50px;
}

#title {
	background-color: darkgray;
	position: fixed;
	margin-top: 0px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.bullets {
	background-color: lightblue;
	border-style: solid;
	width: 900px;
	font-size: 24px;
	font-family: Helvetica;
}

#bulletpar {
	margin-left: 8px;
}

h3 {
	font-family: Verdana;
}

#videocaption {
	font-size: 20px;
	margin-left: 200px;
}

a {
	color: black;
	font-size: 40px;
	margin-left: 140px;
}

.image {
	font-size: 32px;
	position: absolute;
	left: 1050px;
	top: 50px;
}

.table {
	width: 500px;
	position: absolute;
	top: 600px;
	left: 1000px;
}

table, th, td {
	border: 1px solid black;
	font-size: 20px;
}