

a:link,
a:visited,
a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #d9c8ea;
  font-weight: bold;
  text-decoration: underline;
}

#ContentWhite a:link,
#ContentWhite a:visited,
#ContentWhite a:active {
  color: #4a1f6b;
}

#ContentWhite a:hover { color: #b0203a; }

h1, h2, h3 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 8px;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

p { margin: 0 0 9px; }

.arrow {
  padding-left: 10px;
  background: transparent url("../images/static/arrow.gif") no-repeat 0 50%;
}

hr {
  border: 0;
  border-top: 1px dotted #6b5a7c;
  height: 0;
  margin: 12px 0;
}

::selection { background: #4a1f6b; color: #ffffff; }
