/***********************************************/
/* links.css                                   */
/***********************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a:link{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

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

/************************************/

/***********************************************/
/*End Component Divs                           */
/***********************************************/
