body {
  background-color: rgb(209, 75, 46);
  margin: 0%;
  padding: 0px;

  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: rgb(31, 28, 29);
}


a {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

a:hover {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: yellow;
  text-decoration: overline;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: rgb(31, 28, 29);
}




.bg_blue {
  background-color: rgb(41, 137, 211);
}

.bg_red {
  background-color: rgb(209, 75, 46);
}

.bg_brown {
  background-color: rgb(95, 66, 50);
  color: white;
}

.bg_brown_2 {
  background-color: rgb(90, 63, 54);
}

.bg_brown_3 {
  background-color: rgb(111, 79, 68);
}

.bg_yellow {
  background-color: rgb(235, 188, 116);
}






.hp_g {
  background-color: rgb(41, 137, 211);
}

.hp_b {
  background-color: rgb(235, 188, 116);
}






.bg_kirk_hair {
  background-color: rgb(194, 131, 98);
}

.bg_kirk_shirt {
  background-color: rgb(235, 188, 116);
}

.ol_kirk_shirt {
  background-color: rgb(215, 168, 96);
}

.bg_spock_hair {
  background-color: rgb(58, 33, 55);
}

.bg_spock_shirt {
  background-color: rgb(41, 137, 211);
}

.ol_spock_shirt {
  background-color: rgb(21, 117, 191);
}


.bg_skin {
  background-color: rgb(226, 173, 141);
}

.ol_skin {
  background-color: rgb(206, 153, 121);
}

.bg_pants {
  background-color: rgb(31, 28, 29);
}

.black {
  background-color: rgb(26, 11, 20);
}





.spock_image {
  border: solid 10px black;
}

.spock_title {
  font-family: arial, helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  color: black;
  text-decoration: underline;
}

.spock_title:hover {
  text-decoration: overline;
  color: yellow;
  font-family: arial, helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
}




.hist_title {
  font-size:10px;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  color: white;
}

.hist_txt {
  font-size:9px;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: white;
}

