@CHARSET "ISO-8859-1";

.title1 {
	font-size: 50px;
	text-align: center;
	font-family: sans-serif;
	padding: 0px 20px 30px 20px;
}

.title2 {
	font-size: 22px;
	text-align: center;
	font-family: sans-serif;
	padding: 0px 20px 0px 20px;
}


.linkVideos {
	text-decoration: none;
	font-size: 22px;
	text-align: center;
	font-family: sans-serif;
	padding: 30px 20px 0px 20px;
}
.linkVideos A:link {
	text-decoration: none;
	color: red;
}

.linkVideos A:visited {
	text-decoration: none;
	color: black;
	cursor: default;
}

.linkVideos A:active {
	text-decoration: none;
}