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

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

body {
	font-family:Tahoma,Arial;
}

#partback, #partforward {
	float:left;
	padding:10px;
	margin:5px;
	width:300px;
	text-align:center;
	border:1px solid black;
	border-radius:15px;
	background: rgba(255, 255, 255, 0.4);
}

#partback:hover, #partforward:hover {
	background: rgba(255, 255, 255, 0.8);
}

#partfirst, #partlast {
	float:left;
	padding:10px;
	margin:5px;
	width:100px;
	text-align:center;
	border:1px solid black;
	border-radius:15px;
	background: rgba(255, 255, 255, 0.4);
}

#partfirst:hover, #partlast:hover {
	background: rgba(255, 255, 255, 0.8);
}

#clear {
	clear:both;
}

#videotitle {
	font-size:30pt;
	font-weight:bold;
}

#video {
	padding:15px;
}

#gamename {
	font-size:30pt;
	font-weight:bold;
}