.txtRegular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0ff;
}

body { background-color: #25296d; }.txtBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c0c0ff;
	font-size: 12px;
}
.txtBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: ##4b69e8;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: ##ffffff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: ##ffffff;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: ##ffffff;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: ##ffffff;

