@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_
FvgUE.ttf) format('truetype');
}

@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_rA.ttf) format('truetype');
}

BODY { font-family: 'Albert Sans', Calibri, sans-serif; color: black;
	background-color: #ccc; margin-left: 3%; margin-right: 3% }
H1 { font-family: Oswald, Calibri, sans-serif; color: #800 }
P { text-align: left; margin-left: 10%; margin-right: 10% }
A { outline: none; text-decoration: none }
DIV { text-align: center; font-size: 20px; margin-bottom: 3em }
DIV P { text-align: center }
IMG { border: 6pt solid white; vertical-align: middle; margin: 2em }
VIDEO { border: 6pt solid white; vertical-align: middle; margin: 2em }
A:link { color: #444 }
A:visited { color: #666 }
A:hover { color: #aaa }
A:visited IMG { border-color: black }
A:hover IMG { border-color: #aaa }
DIV.item { display: inline-block; vertical-align: top }
DIV.item SPAN { display: block; vertical-align: bottom }
