BODY {
	color: White;	
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: small;
	background: White;
}
BODY TD {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: small;
}
Body{
  scrollbar-arrow-color: #29156E;
  scrollbar-3dlight-color: #CEC04A;
  scrollbar-highlight-color: #CEC04A;
  scrollbar-face-color: #CEC04A;
  scrollbar-shadow-color: #29156E;
  scrollbar-darkshadow-color: #CEC04A;
  scrollbar-track-color: #29156E;
  scrollbar-base-color: #CEC04A;
  }

A {
	color: #29156E;
}

A:HOVER {
	color: #4682B4;
}
.red {
color: Red;
}
.blue {
	color: Blue;
}
.small {
font-size: xx-small;
}
.justify {
text-align: justify;
}
.redsmall {
font-size: xx-small;
color: #878787;
}
