@CHARSET "ISO-8859-1";

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

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

.title3 {
	font-size: 18px;
	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;
}
.linkOtherPage{
	font-size: 22px;
	text-align: center;
	font-family: sans-serif;
	padding: 30px 20px 0px 20px;
	text-decoration: none;
}	
	
.linkOtherPage A:link {
	text-decoration: none;
}

.linkOtherPage A:visited {
	text-decoration: none;
}

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

.divViewer3d{
	background-color: black;
	padding: 100px 30px 100px 30px;
}

