@charset "utf-8";
/* CSS Document */

/* DEFAULT LINKS */
a:link		{color: #000; text-decoration: underline}
a:visited	{color: #000; text-decoration: underline}
a:hover		{color: #000; text-decoration: underline}
a:active 	{color: #000; text-decoration: underline}


a:after { content: " (" attr(href) ") "; }
a[href^="/"]:after {
   content: " (http://www.makoa.org" attr(href) ") ";
   }

