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

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

.Link1 {
    font-size: 15px;
    color: #336600;
	text-decoration: none;
	border-color:#000000;
}

a:hover {
	text-decoration: underline;
	color:#804F04}

