/* style sheet for SyMAP documentation where links are at the top */
/* index.html, Doc.html, Release.html, peach.html; added 4June26 */

	a:link {color:#6666CC;text-decoration: none; background-color: transparent;}
	a:visited {color:#6666CC;text-decoration: none; background-color: transparent;}
	a:active {color:#6666CC;text-decoration: none; background-color: transparent;}
	a.current {font-family:verdana; font-size:12px; color:white; text-decoration: none;}
	a.white {font-family:verdana; font-size:12px; color:white; text-decoration: underline;}
	a.ext {font-weight: bold;}
	mark.white {font-family:verdana; font-size:12px; color:white;background:none;}
	.ttp  {font-family: Arial, monospace; font-size: 14px; font-weight: 600; color: #556B2F; }
	.ttb  {font-family: SanSerif, monospace; font-size: 14px; font-weight: 600; color: #454545;}
	.ttl  {font-family: Serif, monospace; font-size: 14px; font-weight: 600; color: DarkSlateGrey;}
	.ttx  {font-family: courier, monospace; font-size: 14px; font-weight: 500; color: DarkSlateGrey;}
	.ttt  {font-size:13px}
	.small {font-size: 10px;} /* <ol class="small" or <li> */
	.center {margin-left: auto; margin-right: auto;}
	pre  {font-size:13px; margin-top: 0;padding: 0px 12px 0px 12px; /* top, right, bottom, left */}
	ul   {margin-top: 0; }
	p    {margin-bottom: 0; }
	body {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 14px; }