body {
  margin-right:3em;
  margin-left:3em;
  padding: 0.5em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  /*font-family: "Cambria";*/
  font-size: 1.1em;  
  /*background-color: #FBFBFB;*/
  background: linear-gradient(to bottom, white 0%, #0066ff 83%);
  line-height: 1.6;
}

a:link {
  text-decoration:none; 
  color: blue
}

a:visited {
  text-decoration:none; 
  color: blue;
}

a:hover {
  text-decoration:underline;
  color: blue;
}

a:active {
  text-decoration:underline;
  color: blue;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: arial, Helvetica, sans-serif; */
  color: black;
  line-height: 1.2;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;}

h3 {
  border-bottom: 1px solid blue;
}

p {
  /* font-family: arial, Helvetica, sans-serif; */
  text-align: left;
}

iframe {
	width: 560px;
	height: 315px
}

.videodescription {
	vertical-align: top;
	width: 200px;
	padding: 15px;
	font-weight: bold
}
