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

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

#navBar{
	height:2000px;

}

#headlines{
	height:600px;
}

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


a:link{
	color: #000;
	text-decoration: none;
}

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

a:hover{
	color: #000;
	text-decoration: none;
}

