img { border: 1px; }

a.toc-link {
/*white links in left TOC*/
    color: #002E5B;
    text-indent:4px;
    font-size: 10pt;
	text-align:center;
}

.toc-link {
/*white links in left TOC*/
    color: #002E5B;
    text-indent:4px;
    font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

a:hover.toc-link {
/*white links in left TOC */ 
    color: 002e5b;
    text-indent:4px;
	font-size: 10pt;

} 


.toclinky {
	font-size: 10pt;
    text-decoration: none;
    color: #002E5B;
    margin-bottom:2pt;
    text-align:left;
    margin-left:6px;
}

a:hover.toclinky {
	font-size: 10pt;
    text-decoration: none;
    color: 002e5b;
	background-color: #F0E68C;
}


