﻿h2,
h3 {
  color: #662885;
}
.dpButton:hover {
  background-color: #8F62A6;
}
.dpButton {
  background-color: #662885;
}
#logo a {
  width: 354px;
  height: 104px;
  background: transparent url(images/isilogo.png) no-repeat center center;
  display: inline-block;
}
#logo a img {
  display: none;
}
tr.ans .qcell {
  color: #662885;
}
.acell.sel span,
.acell.sel:hover span {
  border-color: #662885;
  background-color: #662885;
  text-shadow: none;
}
.acell:hover span {
  border-color: #8F62A6;
  color: #8F62A6;
}
.qrow:hover .qcell {
  color: #8F62A6;
}
#Footer a {
  color: #8F62A6;
}
.pilot .acell span i {
  visibility: hidden;
}
.pilot .acell.sel span {
  background-color: #fff;
}
.pilot .acell.sel span i {
  visibility: visible;
}
.pilot .headerTr td {
  text-align: center;
}