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

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

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

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

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

a:hover{
	color: #00CC00;
	text-decoration: underline;
}

