a img
{
	border: 1px solid black;
}
.youtube_video_wrapper {
	display: flex;
	justify-content: center;
}
.youtube_video {
	max-width: 100%;
	width: 640px;
	height: 366px;
	border: 1px solid black;
	cursor: pointer;
	background-image: url(../images/design/youtube.jpg);
}
.news_title
{
	font-size: 0.75rem;
	font-weight: bold;
	text-decoration: none;
}
.news_title:link
{
	color: black;
}
.news_title:active
{
	color: black;
}
.news_title:hover
{
	color: black;
}
.news_title:visited
{
	color: black;
}

.news_text
{
	font-size: 0.7rem;
}
.news_line
{
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
}
.news_order
{
    font-weight: bold;
	font-size: 0.6rem;
}
.news_order a img
{
	border: 0;
}
.news_list
{
	font-size: 18px;
	font-style: normal;
}
.news_list:link
{
	color: black;
}
.news_list:active
{
	color: black;
}
.news_list:hover
{
	color: gold;
}
.news_list:visited
{
	color: black;
}
.news_text a
{
	font-size: 0.7rem;
}
