.mouseoverLink
{
	text-decoration: none;
  color: #000000;
  /*onmouseout:  	this.style.color='#000000';*/
  font-weight:	bold;
  font-size: 30px;
  font-family: Arial;
}

.mouseoverLink:hover
{
	color: #B34132;
	/*onmouseover:  this.style.color='#B34132';*/
}


.mediumlinktext
{
	font-weight:bold;
	color:#000000;
	font-family: Arial;
	font-size: 1.0em;
}