/* Created on Aug 27, 2016 2:41:38 PM */

body {
  font-family: Arial, Verdana, sans-serif;
  background-color: #e3e8e5;
  width: 1000px;
margin: 0 auto;
border-style: double;
border-width: thick;
border-color: steelblue;
padding: 20px;}

h1, h3, h4, figcaption, hr {
  text-align: center; }
  
h1 {color: #1c10bf; }

figcaption {color: steelblue; }

.redhighlight {color: firebrick; }

.steelbluehighlight {color: steelblue; }

.align-center {
  display: block;
  margin: 0px auto;
  }
.medium {
  width: 800px;
  height: 600px;
  }
.large {
  width: 600px;
  height: 800px;
  }
  
.camera  {
  width: 400px;
  height: 700px;
  } 
  
.camera2 {
  width: 700px;
  height: 400px;
  }  