/**
 * 
 * Fachhochschule Jena
 * Internettechnologie / APL
 * Jürgen Döffinger; Michael Goldbuch
 * 
 * extra.css
 * Version 1.0.0	2011-06-16
 * 
 * Diese css-Datei beinhaltet spezifische Stylesheets
 * zum Seiteninhalt der Seite Extra.
 * 
 */

 #extra
 {
 	text-align:center;
 }

.video a
{
	color:green;
	background-color:black;
	text-decoration:none;
}

.video a:hover
{
	color:red;
	background-color:black;
	text-decoration:none;
}

video 
{
	padding:3px; 
	border:5px 
	solid white; border-radius:10px; 
	box-shadow: 10px 10px 5px #555;
}
 
 