/**********************************************************
 *  Copyright (c) 2011-2022  Jim Semple, Semple Ventures  *
 *  http://www.sempleventures.com/mit-license             *
 **********************************************************/

 /* default & nav links */
 a, a:link {
  color: #065aa7; /* #0b0080 = basic web blue */
 }
 a:visited {
   color: #065aa7; /* #663366 = basic web purple */
 }

 /* content on page links */
 .content a:link {
 	color: #065aa7; /* #0b0080 = basic web blue */
 	text-decoration: none;
  /*text-decoration-style: dotted;*/
 }
 .content a:visited {
   color: #065aa7; /* #663366 = basic web purple */
 }
