@media screen{

body		{font-family: Times New Roman, Times; font-size: 24pt;
                 margin:50px;}
h1		{font-family: Tahoma, MS Sans Serif, Verdana, Arial; font-size: 30pt;
                 color:#c00000; background-color:#ffffc0;}
H1, H2, H3      {
                color: black; padding-bottom: 1px;
                border-bottom: 1px solid gray;
		}
H4              {font-size: 28pt; font-weight: bold; padding-bottom: 1px;}
table		{font-family: Tahoma, MS Sans Serif, Verdana, Arial; font-size: 16pt;}
table.p		{font-family: Tahoma, MS Sans Serif, Verdana, Arial; font-size: 16pt;}
th	        {font-family: Tahoma, MS Sans Serif, Verdana, Arial; font-size: 14pt;}
td	        {font-family: Tahoma, MS Sans Serif, Verdana, Arial; font-size: 14pt;}
p.Title		{font-size: 24pt; font-weight: bold; margin-top: 5px}
p.Links		{margin-top: 5px}
a.Command	{font-weight: bold}

.toc{width:1}
.context-toc{width:1; display:none}
}

@media print{


/* print styles */

body {
   background: white;
   font-family: Times New Roman, Times; font-size: 12pt;
   }
a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
H1, H2, H3 {
   background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;
   }
table  {
   font-family: Times New Roman, Times; font-size: 12pt;
   }
table.p	{
   font-family: Times New Roman, Times; font-size: 12pt;
   }
th {
   font-family: Times New Roman, Times; font-size: 10pt;
   }
td {
   font-family: Times New Roman, Times; font-size: 10pt;
   }
p.Title	{
   font-size: 18pt; font-weight: bold; margin-top: 5px
   }
p.Links	{
   margin-top: 5px
   }
a.Command {
   font-weight: bold
   }


}