@charset "utf-8";
/* CSS Document */

body {
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  
  color: #ffffff;
  background-color: #000000;
  }
  
a, a:link, a:visited, a:active {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  
  color: #d1942a;
  text-decoration: none;  
  }  
a:hover {
  color: #ffffff;
  text-decoration: underline;
  }  
  
.photo_captions {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ffffff;

  }  
.photo_titles {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #703c1f;  
  height: 30px;
  }
  
.maintext {
  color: #000000;
  }  