
		
.boxout {
		float: right;
		width: 150px;
		margin: 0 0 20px 20px;
		padding: 1em 0 0 10px;
		border-left: 1px solid #ccc;
		}
		


/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 72.5%;
		}

h1 {/* main heading */
		font-size: 2.5em;
		line-height: 1.0em;
		font-weight: normal;
		margin-bottom: 5px;
		letter-spacing: 0.05em;
		}

.timeStamp {
		font-size: 0.5em;
		float: right;
		letter-spacing: 0;
		}

.boxout h1 {
		font-size: 1.5em;
		line-height: 1.0em;
		margin-bottom: 5px;
		}

h2 {/* strap line */
		font: normal 1.4em/1.1em Arial, serif;
		margin-bottom: 1.2em;
		padding-left: 1px;
		}

.byLine {
		text-transform: uppercase;
		font-size: 0.8em;
		font-weight: bold;
		}

h3 {/* cross-head */
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 0.8em;
		}

p, ul {
		font: 1.2em/1.5em "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
		}


.boxout p {
		font-size: 1.1em;
		font-weight: bold;
		}
		
ul {
		margin: 0.8em 0;
		list-style-type: square;
		padding-left: 25px;
		}

quotation {
		margin: 1.6em 1em 1em 0;
		float: left;
		width: 300px;
		text-transform: uppercase;
		}



p.quoteBody {
		margin: 0;
		}
		
p.quoteCite {
		font-size: 1.0em;
		}

hr {/* standard, grey single-pixel break */
		background-color: #000000;
		color: #000000;
		height: 1px;
		border: 0;
		margin-bottom: 1.6em;
		}