/* till css. */

BODY { 
/*  font-family: arial, Glisp, Verdana, Lucida, helvetica, sans-serif;  */
    font-family:  Verdana, Helvetica, arial, Sans-Serif;
  /* font-size: small; Better mayber? */
/*   font-size: 13px;  */
/*     font-size: small;  */
 font-size: 12pt;

 color: #000;
 background-color: #fff;
 margin: 0em 7em 1em 6em;
} 

.mybgcolor { background: #c0d0ff; }

div.mybgcolor {
        padding: 1px;
        margin: 0px 0px 3px 0px;
	}

/* verdana is good but ns... cant use 13px*/
TD { 
  font-family:  Verdana, helvetica,  arial, Lucida,   sans-serif; 
  font-size: 12pt;
}
 
TD.dotty { 
  border-left: 2px dotted #bbb;
} 

TD.dotty-top { 
  border-top: 2px dotted #bbb;
} 

TD.date {
  font-family : helvetica,arial, sans-serif;
  background-color : #e0f0e0;
  font-style:   italic;
  font-size : smaller;
  color: black;
}

TD.smally {
  font-family : helvetica,arial, sans-serif;
  font-size : small;
}

TD.title {
  background : #d0d0f0;
  font-weight: bold;
  color: black;	
}


TT {
  font-family: courier, fixed, monospace; 
  color: black;
  background-color: white;
  font-size: 15pt;
/*  font-size: medium;*/
}

PRE {
  font-family: courier, fixed, monospace; 
  color: black;
  background-color: lightgrey;
/*  font-size: medium; */
 font-size: 12pt;
}



h1 { font-weight: bold; line-height: 30pt; font-size: 28pt; font-weight: normal; color: #555566} 


/* H1 { font-size: 1.99em; margin: .67em 0 }  */

h2 { font-weight: bold; 
     font-size: 16pt; 
     line-height: 16pt; 
     font-family: helvetica, arial, Sans-Serif; 
     font-variant: normal; 
     background-color: darkcyan;
     color: white;
}


h3 { 
  font-size: 120%; 
  color: #000;
  /* font-size: medium; */
  font-weight: bold;
  background-color: white;
}

h4                  { font-size: 100%; }
h5                  { font-size: 100%; }
h6                  { font-size: 100%; }


/* netscape ...tig. */

/* a:HOVER {
	 background-color: white; 
	 color: #2e8b57;
	 text-decoration: underline;
 } */

a:hover {
        text-decoration: underline;
}

a.navlink:hover {
        color: black;
        background-color: orange;
        text-decoration: none;
        margin-left: 1em;
        padding-right: 1px;
}



a:visited {
        color: #a60111
}

A { 
  text-decoration: none; 
}





