/* This style sheet provides a fancier H3, IMG floats, IMG frames, and sub-bullets */

.img-l {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

.img-r {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
.framed {
	padding: 3px;
	border: solid 1px #ccb;
	margin-bottom: 5px
	}

.crossref {
	background: #fff url(/parts/gradient4.jpg) repeat-x;
	border: solid 1px #ccb;
	padding: 10px;
	text-align: center;
	width: 200px;
	float: left;
	margin-left: -75px;
	margin-right: 1em;
	}
.crossref:hover {
	background: #f7f7f7 url(/parts/gradient4h.jpg) repeat-x;
	}

.subtitle {
	font-size: 150%
	}

h3 {
	font-size: 16px;
	margin-top: 2em;
	margin-bottom: 1em;
	background: #ccb;
	clear: right;
	}

li li {
	list-style-type: disc;
	}
