@CHARSET "ISO-8859-1";

body {
	color: white;
	background-color: black;
}

.video {
	padding: 0px auto 0px auto;
	text-align: center;
}

.title {
	font-size: 45px;
	text-align: left;
	font-family: sans-serif;
}

.titlePartVideos {
	font-size: 36px;
	font-family: sans-serif;
	padding: 75px 0px 40px 0px;
	text-align: center;
}

.titlePartVideos A:visited {
	text-decoration: none;
	color: white;
}

.titlePartVideos A:link {
	text-decoration: none;
	color: white;
}

.titlePartVideos A:active {
	text-decoration: none;
	color: white;
}

.titlePartVideos A:hover {
	text-decoration: underline;
	color: blue;
}

.lineEmail {
	font-size: 20px;
	font-family: sans-serif;
	padding: 40px;
	text-align: center;
	font-weight: bold;
}