* { font-family: sans-serif, verdana, arial, helvetica; }

.book {
	margin: 0 auto;
	margin-left: 60px;
	margin-right: 60px;
	text-align: left;
}

.guilabel { font-variant:small-caps; }

.subsubsection { font-variant:small-caps;
     padding: 10pt;
     padding-left: 20pt;
     padding-top: 0pt;
}

body { margin: 25px; }

.chapter h2 { color: #000060; 
     border-bottom-color: #000000;
     border-bottom: solid 1pt;
     margin-top: 2em; }

.section h2 {border: none;
	    margin-top: 1em;}

h3 { color: #000060;
     margin-top: 1.5em; }

h4 { color: #000060; }

.subtitle { color: #FF0000; }
p { text-align: justify; }

.figure .title { display: inline;}
.figure .title:after { content: "." }
.table  .title:after { content: "." }

.tip h3, .note h3, .important h3, .caution h3 { margin-top: 10pt; }
.tip p,  .note p,  .important p,  .caution p
{    color: #600000;
     padding: 10pt;
     padding-left: 20pt;
     padding-top: 0pt;
     
   }
.caption {font-style: italic;
	  font-size: small; }

a:active,
a:link,
a:visited { color: #0000AA; 
	    text-decoration: none;
			}
a:hover   { color: #000; 
	    text-decoration: underline; 
	    background-color: #fcfdd3
	  }
