/* style for module titles */

.bodyTitle {
	color: #000;
	font-weight: bold;
	font-size: 17px;
}

.bodyContent {
	color: #000;
	font-weight: normal;
	font-size: 13px;
}

a:link {
  color: #1e90ff;
  font-family: verdana, geneva, arial, sans-serif;
  text-decoration: none;
	font-weight: bold;
}

a:visited {
  color: #1e90ff;
  font-family: verdana, geneva, arial, sans-serif;
  text-decoration: none;
	font-weight: bold;
}

a:hover {
  color: #1e90ff;
  font-family: verdana, geneva, arial, sans-serif;
  text-decoration: underline;
	font-weight: bold;
}

a:active {
  color: #1e90ff;
  font-family: verdana, geneva, arial, sans-serif;
  text-decoration: none;
	font-weight: bold;
}


