@charset "utf-8";
/* CSS Document */

#body {
  font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;	
  font-size: 0.8em;  
  color: #FFFFFF;	
  background-color: #000000;
}

.caretLeft {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  vertical-align: middle;
  border-right: 16px solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  transition: 250ms;
}

.caretRight {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-left: 16px solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  transition: 250ms;
}

/* 
nav li:hover .caret {
  transform: rotate(90deg);
  transition: 250ms;
} */

/*
.activeImage img {
  border: 4px solid;
}
*/

.centered {
  width: 806px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.deprecated {
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.deprecated div p {
	text-align: center;
}

a {
  font-size: 1em;
}

a.deprecated {
	text-align: left;
}

a:link {
  color: #CCCCFF;
}

a:visited {
  color: #CCCCFF;
}

a:hover {
  color: #AAFFAA;
}

a:active {
  color: #66FF66;
}

p {
  color: #AAAAAA;
  font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
	text-align: justify;
 }
