body { 
	background: #fff;
	font: 12px/18px 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	margin: 5% 15%;
	}

h1,h2, h3, h4, h5, h6 {
	line-height: 100%;
	}
	
img {
	border: none;
	}
	

table.version-info {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	}
	
table.version-info caption {
	padding: 5px 0;
	font-size: 130%;
	font-weight: bold;
	}
	
table.version-info td {
	border: 2px groove #999;
	//border: none;
	padding: 5px;
	}
	
table.version-info ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 -10%;
	}
	
ul.center-left {
	text-align: left;
	list-style-position: outside;
	}

ul.no-bullet {
	list-style-type: none;
	}

.bordered {
	padding: 0px;
	margin: 5px;
	border: 4px solid #666;
	}
	
.center {
	text-align: center;
	}
	
.fine-print {
	font-size: x-small;
	}

