body    {
        text-align: left;
        font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 12pt;
        background-color: #FAFAD2;
        margin-left: 1cm;
        margin-right: 1cm;
        margin-top: 0.5cm;
        }

h1        {
        color: #DD8800;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: x-large;
        font-style: normal;
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
        }

h2        {
        color:  #808099;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: large;
        font-style: normal;
        text-align: center;
        text-decoration: none ;
        font-weight: bold;
        }

h3        {
        color: #DD8800;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: large;
        font-style: italic;
        text-align: left;
        text-decoration: none ;
        font-weight: normal;
        }

h4        {
        color: #DD8800;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: normal;
        font-style: normal;
        text-align: left;
        text-decoration: none ;
        font-weight: bolder;
        font-variant: small-caps;
        }

code    {
        font-family: "Courier New", Courier, monospace;
        font-size: smaller;
        text-align: left;
        background-color: lightgrey;
        border-width: thin;
        border-color: #202020;
	     white-space: pre;
        }

kbd     {
        font-family: "Courier New", Courier, monospace;
        font-size: smaller;
        text-align: left;
	     white-space: pre;
        background-color: white;
		  color: Black;
        }

li      {
	     margin-top: 1ex;
		  margin-bottom: 1ex;
        }

p.small {
        font-size: smaller;
        text-indent: 0.5cm;
        }

p.xsmall {
        font-size: xx-small;
        text-indent: 0.1cm;
        }

table   {
        background-color: #200060;
        border-color: #400080;
        border-width: thin;
        padding: 20;
        margin: 60;
        }

th        {
        background-color: #200060;
        color: lightskyblue;
        border-color: #400080;
        font-size: larger;
        font-weight: bold;
        text-align: center;
        }

tr         {
        background-color: #200060;
        color: lightblue
        }

tr.tipp        {
        background-color: lightskyblue;
        color: darkblue
        }

tr.topp        {
        background-color: cornflowerblue;
        color: darkblue
        }

td        {
        text-align: center;
        }

a:link     {
         color: #C05085;
         text-decoration: underline;
            }
a:visited  {
         color: #601040;
         text-decoration: underline;
           }

