@charset "UTF-8";
/* CSS Document */
	@font-face {
  font-family: myFont;
  src: url("AvenirNextLTPro-Regular.otf");
	}

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	background-color:#ffe;
	margin:25px auto;
	width:800px;
}

.center {
	text-align:center;
	margin:0 auto;
}

.legal {
	font-weight:normal;
	font-size:small;
}

#video_of_the_week {
	line-height:1.4;
	margin:30px;
	padding:15px;
	border:#9F0 thick solid;
}

#video_of_the_week a {
	color:#060;
}

.video {
	margin: 36px 0;
}

img {
	border-bottom: medium solid #48533f;
	margin:10px;
}

img.no-style {
	border:none;
	margin:0;
}
h1, h2, h3, ol, ul, li {
	min-width: 480px;
}

h1, h3 {
	text-align:center;
}

h2 {margin-top:25px;}

li {
	margin-bottom: 10px;
}

table {
	border-style:solid;
	border-collapse:collapse;
}

caption {
	font-size:larger;
}

th, td {
	border: solid thin #000;
	padding: 4px;
}

td {
	font-weight:normal;
}

th {
	font-weight:bold;
}

table tr:first-child th {
	font-style:italic;
}

button {
	margin-left: 15px;
}