@charset "UTF-8";
/* CSS Document */

h1 {
  font-size:normal;
  padding-bottom:4px;
  }

h2 {
  font-size:normal;
	font-weight:normal;
	color:#0000FF;
		}

h3 {
  font-size:normal;
	font-weight: bold;
	color:#030303;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, sans-serif;	
  }

h4, h5, h6 {
  font-size: 0.9em;
  font-weight: bold;
  }


p, .book .body {
	margin: 0;
	text-indent: 0;
  	font-size:normal;
	line-height:normal;
	padding: 0 0 12px 12px;
  }

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
  font-size: 12px;
  }

a {
  text-decoration: underline;
  }

a, a:link {
	color: #003399;
  }

a:visited {
	color: #0033CC;
  }

a:hover, a:focus {
	text-decoration:none;
	color: #0099CC;
  }

/*a:active {
  color: #606;
  }*/

