A:link  {
	COLOR : dimgray;
        text-decoration : none;
}

A:visited  {
	COLOR : #888888;
        text-decoration : none;
}

A:hover  {
	COLOR : red;
        text-decoration : none;
}

body {color : black;
      margin-top : 10;
      margin-left : 20;
      background : white;
      font-size : 10pt;
      font-family : Verdana, Helvetica;
      
}

h3 {color : orangered;
    font-family : Verdana, Helvetica;
	font-size : 16pt;
	margin-top : 20;
	font-weight: bold;
}

td {font-size : 9pt;
         color : black;
         font-family : arial;
}

.page {font-size : 10pt;
         font-family : arial;
}

.notes {font-size : 8pt;
         color : dimgray;
         font-family : monospace;
}
.menu {font-size : 8pt;
         color : black;
         font-family : monospace;
}


ul.thumbs {
list-style-type: none;
}

ul.thumbs li {
display: inline;
}

a img {
opacity: 0.9;
}

a:hover img {
opacity: 1;
}

.important {
    font-family: arial;
    font-size: 13pt;
	color: #000000;
	font-weight: normal;
	
}

.chapter {
    font-size: 18pt;
	color: #c0c0c0;
	margin-bottom: 1px;
}