/*
3BC colors
letter G         : rgb(252, 102, 0)
light blue       : rgb(222, 242, 254)
dark blue        : rgb(127, 210, 255)
letters          : rgb(59, 150, 246)

*/

.array {
   border: solid 1px rgb(252, 102, 0);
}

.sep {
   border-bottom: solid 1px rgb(252, 102, 0);
}

TD.news {
   border          : 1px solid rgb(252, 102, 0);
   background-color: rgb(198, 234, 249);
   padding         : 5px;
}

TD.button {
  font-family      : Arial, Helvetica, sans-serif;
  color            : rgb(62, 62, 116);
  font-weight      : bold;
  font-size        : 80%;

  background-color : rgb(198, 234, 249);
  vertical-align   : middle;
  text-align       : center;
  width            : 100px;

  border-bottom    : 0px solid rgb(239, 127, 138);
  border-top       : 0px solid rgb(239, 127, 138);
  border-left      : 1px solid rgb(239, 127, 138);
  border-right     : 1px solid rgb(239, 127, 138);
  padding          : 2px;
}

A.button:link, A.button:visited, A.button:hover, IMG {
  font-family      : Arial, Helvetica, sans-serif;
  color            : rgb(62, 62, 116);
  font-weight      : bold;
  text-decoration  : none;
  font-size        : 80%;
  vertical-align   : middle;
  text-align       : center;
}

.array_outline {
   border-bottom   : 1px solid rgb(252, 102, 0);
   border-top      : 1px solid rgb(252, 102, 0);
   border-left     : 1px solid rgb(252, 102, 0);
   border-right    : 2px solid rgb(252, 102, 0);
   background-color: rgb(109, 189, 134);;
   margin          : 0px 0px 0px 0px;
}

body {
  background-color     : white;
  background-repeat    : no-repeat;
  color                : rgb(62, 62, 116);
}

h1, h2, h3 {
  color                : rgb(62, 62, 116);
}



