
/* file: logohelp.css */

body {margin-top: 1em; margin-bottom: 0.6em;  background-color : White; }

h1 {font-size: 180%;}
h2 {font-size: 153%;}
h2.sh2 {font-size: 137%;}
h3, h3.xmp, h3.xpl, h3.inf, h3.tip {font-size: 129%;}
h4, h4.xmp {font-size: 122%;}
h5 {font-size: 110%;}

p,ul,ol,li,div,td,th,address,nobr,b,i {font-size: 100%;}

p {text-align: justify;}

pre {color: #0000c0;  font-family : "Courier New"; }
tt {font-size: 50%;  color: #0000c0;}
xmp {color: #000000;}
pre.xmp {color: #000000;}
pre.kbd {font-size: 100%; color: #990000;}

ul.dir {list-style-image: url(dir.gif);  margin-left: 10%;}
ul.topic {list-style-image: url(topic.gif);  margin-left: 10%;}

dfn /* definitions */
{ 
	font-style: normal; 
	font-size: 100%; 
	font-weight: bold;

	color: #000000; 
}

var /* variables */
{
	font-weight: bold;
}

dfn.xmp /* definitions within examples*/
{ 
	font-style: normal;
	font-size: 100%; 
	font-weight: normal;
	color: #000000; 
}

td.xmpcode /* tables with example code */
{
	border-width: 1pt;
	border-style: solid;
	border-color: #999999;
	background-color: #ffffd7;
}

pre.normal {color: #000000;} /* normal preformated sections, no source-code */

a: link      {color: #000040;  text-decoration: none;}
a: visited {color: #000020;  text-decoration: none;}
a: hover   {color: #0000C0;  text-decoration: none;}
a: active  {color: #bb0000;  text-decoration: none;}

nobr.index /* links in the index */
{
	font-size: 90%; 
}

a.index /* links in the index */
{
	font-size: 100%; 
	color: #0000c0; 
	width: 5em; 
}

a.index: link      {color: #7700aa;  text-decoration: none;}
a.index: visited {color: #0000aa;  text-decoration: none;}
a.index: active  {color: #bb0000;  text-decoration: none;}

nobr.indexdir /* links in the index.dir */
{
	font-size: 75%; 
}

a.indexdir /* links in the index.dir */
{
	font-size: 100%; 
	color: #0000c0; 
	width: 5em;
}

a.indexdir: link      {color: #000088;  text-decoration: none;}
a.indexdir: visited {color: #000044;  text-decoration: none;}
a.indexdir: active  {color: #bb0000;  text-decoration: none;}

