body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.small {
  font-size: 12px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}

a {
	text-decoration:none
}

a:link {
	color: #10189C;
}

a:visited {
	color: #10189C;
}

a:hover, a:active {
	color: #BCC2EF;
}

