.main_title {
	text-align: center;
	font-size: 22px;
	margin: 0px 0px 0px 0px;
	line-height: 50px;
	background-color: lightblue;
	color: blue;
}

.sub_title {
	text-align: center;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
	color: blue;
}

hr {
	width: 100%;
	text-align: left;
	margin-left: 15px;
	border: 3px solid lightblue;
}

.my_links {
	float: left;
}

.my_link {
	margin-left: 15px;
	margin-bottom: 20px;
	width: auto;
	height: 65px;
}

.my_videos {
	float: left;
}

.video_pic {
	margin-left: 15px;
	width: auto;
	height: 100px;
}

.video_p {
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.my_pictures {
	float: left;
}
.picture_pic {
	margin-left: 15px;
	width: auto;
	height: 100px;

}
.picture_p {
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.steve {
	white-space: pre-line;
}

.steve_song {
	float: left;
}

.my_audio {
	width: 500px;
}

.footer {
	font-size: 12px;
	height: 18px !important;
	text-align: center;
	background-color: lightblue !important;
	color: blue;
}

.footer>p {
	margin-top: 3px;
	height: 0px !important;
	color: blue;
}