BODY { background-color: silver;
	color: navy;
	text-align: justify; 
	margin: 2% 5% 2% 5%;
}

DIV.bordered { outline: medium ridge blue;
	padding: 1%;
}

DIV.bordered2 { outline: thin ridge blue;
	text-align: center;
	padding: 1%;
}

a { font-style: italic; }
A:link { background-color: transparent; color: maroon; }
A:link:visited { background-color: transparent; color: purple; }

div.innertitle { font-size: large;
	font-style: oblique;
	font-weight: bolder;
	text-align: center;
}

H1 { font-size: 200%;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}

ADDRESS { position: relative; 
	bottom: 0;
	padding: 1%;
}

LI.none { list-style-type: none; }

div.row {
	background: none; border: none; margin-top: 0; margin-right: auto;
	margin-bottom: 0; margin-left: auto; padding: 0;
}

div.left2 {
	float: left; top: 0; width: 50%;
	border: none; margin: 0; padding: 0;
}

div.right2 {
	float: right; top: 0; width: 50%;
	border: none; margin: 0; padding: 0;
}

div.left2a {
	text-align: right;
	float: right; top: 0; width: 50%;
	border: none; margin: 0; padding: 0;
}

div.right2a {
	text-align: right;
	float: right; top: 0; width: 50%;
	border: none; margin: 0; padding: 0;

}


