a:hover, a:visited, a:link, a:active
{
  color: #0000FF;
  text-decoration: none;
}

pre
{
  max-width: 768px;
}

body
{
  font-family: CaskaydiaCove,sans-serif;
  background-color: #000000;
  max-width:96;
}

.text
{
  color: #FFFFFF;
  display: table;
  margin: 16px auto;
  font-size: 16px;
}

.hyperlink a
{
  text_decoration: none !important;
  color: #0000FF;
}

.icon
{
  width: 24px;
  height: 24px;
  transform: translate(0px, 7px);
}

.width_hr
{
  color: #000000;
}

.full_hr
{
  color: #FFFFFF;
  size: 16px;
  width: 768px;
  transform: translate(0px, 8px);
  margin-bottom: -8px;
}

.half_hr
{
  color: #4D4D4D;
  size: 16px;
  width: 384px;
  transform: translate(0px, 8px);
  margin-bottom: -8px;
}

.text_grey
{
  color: #CDCDCD;
}

.text_red
{
  color: #FF0000;
}

.text_green
{
  color: #00FF00;
}

.text_yellow
{
  color: #FFFF00;
}

.text_blue
{
  color: #0000FF;
}

.text_magenta
{
  color: #FF00FF;
}

.text_cyan
{
  color: #00FFFF;
}

.text_white
{
  color: #FFFFFF;
}


.text_grey_dark
{
  color: #4D4D4D;
}

.text_red_dark
{
  color: #CD0000;
}

.text_green_dark
{
  color: #00CD00;
}

.text_yellow_dark
{
  color: #CDCD00;
}

.text_blue_dark
{
  color: #0000CD;
}

.text_magenta_dark
{
  color: #CD00CD;
}

.text_cyan_dark
{
  color: #00CDCD;
}

.text_white_dark
{
  color: #E5E5E5;
}
