p {
  text-align : justify;
}

p.center {
  text-align : center;
}  

p.indent {
  padding-left: 30px;
  padding-right: 30px;
}

p.indent90 {
  padding-left: 90px;

}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.bold115 {
	font-weight: bold;
	font-size: 115%
}	

/* the 85% looks the same as size=-1 */
.sans {
	font-family: sans-serif;
	font-size: 85%;
}	


/* sets list with no bullets, used in machin40 */

ul#machin_album_toc {		
	list-style: none;
	line-height: 1.5
}	

/* sets font to tan, used in machin40 */
.tan {
	color: #996633;
}
	
