body {                          /* */
background:white;
color:black;
font: small Tahoma,Verdana,sans-serif;
margin:0em 1em 0em 1em;
padding:0;
}

ul {                       /* {|..|..} */
padding:0;
margin:3pt 0em 0em 1.2em;
}

li {
padding:0;
margin-bottom:5pt;
}

pre {                          
font-size:small;
background-color:#f0f0f0; 
border:1px solid gray;
margin-top:5pt;
padding:2pt;
}

ul.pre {                        /* {p ...|...}*/
/*white-space:pre; */
font-size:small;
margin:3pt 0pt 3pt 0pt;
padding:0em 0 0 3em;
text-indent: -3em;
list-style-type:none;
list-style-position:inside;
border:1px solid gray;
background-color:#f0f0f0; 
}

a {
text-decoration:none;
font-weight:bold;
color:blue;
}

/*
a:link {
background: #FFFFFF;
}
a:visited {
background:#FFFFFF; 
}
*/

a:focus {
background:yellow;
}
a:active {
background: #E0E0FF;
}
a:hover {
background: yellow;
}


a.aa {                   /* unmarked anchor */
color:black;
}
a.an {                   /* tip anchor */
font-weight:normal;
background: yellow; 
color:black;
}
a.ak {                   /* keyword anchor */
color: #FF6347;          /* tomato */
background: white;
}

a.hom {                   /*  */
font-weight:normal;
}

a.xf {                   /* link to ext file */
}
a.kw {                   /* link to keyword */
font-weight:normal;
}

div.an {                       
background-color:yellow;
display:inline;
}

span.com {                       
color:red;
}

div.kw {                       
color:#FF6347;
background: white;
font-weight: bolder;
display:inline;
}

div.logo {
float:right;
margin: -3em 2em 2em 2em; 
width: 109px; 
height: 103px;
}

h1 {                      
text-align:center;
margin: 2em;
font-size: large;
font-weight:bold;
}

h2 {                           
font-weight:normal;
font-size:small;
display:inline ;
}

h3 {                           
font-weight:normal;
font-size:small;
display:inline;
background-color:#bbbbbb;
}

h4 {                           
font-weight:bolder;
font-size:small;
display:inline;
}

div.hom {                      
text-align:center;
padding: 1em 2em 2em 2em;
}

div.imp {                      
font-size:xx-small;
text-align:center;
padding:1em;
}

img {
margin:5pt;
display:block;
}

table {                    
clear:both;
border:0;
display:table;
width:100%;
}

tr {                      
background-color:#bbbbbb;
display:table-row;
text-align:left;
vertical-align:top;
}

tr.opt1 {                      
background-color:white;
}
tr.opt2 {                      
background-color:#f8f8f8;
}

td {                        
display:table-cell;
}


