/***********************************************/
/* nounderlinelinks.css                         */
/*       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}*/

a{
	color: #872175;
	text-decoration: none;
	font-weight:bold
}

a:link{
	color: #008CCD;
	text-decoration: none;
	font-weight:bold
}

a:visited{
	color: #008CCD;
	text-decoration: none;
}

a:hover{
	color: #f89827;
	text-decoration: underline;
	font-weight:bold
}


algrn {
	color: #090;
	text-decoration: none;
}
