﻿a:link, a:visited {
	color:white;
	background:transparent;
	text-decoration:none;
}
a:active {
	color:#fdc;
}
a:hover {
	text-decoration:underline;
}
html {
	color:white;
	background:#600;
}
body {
	font-family:sans-serif;
	padding:20px;
	width:700px;
	margin:40px auto;
	background-color:white;
	color:black;
}
a:link, a:visited {
	color:blue;
}
a:hover, a:active {
	color:red;
}
li {
	text-align:left;
	clear:left;
}
#MediaPlayer, #VIDEO {
	float:left;
	margin-right:1em;
}