/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

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


a{
	color: #804000;
	text-decoration: none;
}

a.left:link{
	color: #804000;
	text-decoration: none;
}

a.left:visited{
	color: #804000;
	text-decoration: none;
}

a.left:hover{
	color: #804000;
	text-decoration: underline;
}

a.right:link{
	color: #400080;
	text-decoration: none;
}

a.right:visited{
	color: #400080;
	text-decoration: none;
}

a.right:hover{
	color: #400080;
	text-decoration: underline;
}