/*your custom style goes in this file*/
/* Bold text on some links */
a.lightlink1:link, a.lightlink1:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.lightlink1:hover, a.lightlink1:active {
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}
/* emphasisyellow: added to replace <strong> for welcome message */
.emphasisyellow {
	font-weight: bold;
	color: yellow;
}