BODY {
	margin-bottom: 3%;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 3%
}

BODY, TD, DIV, H2, H3, UL, LI, P, BLOCKQUOTE {
	background-color: #000;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif
}

DIV.button {
	border-bottom: thin #fff solid;
	height: 80px;
	padding-top: 5px;
	width: 165px
}

SPAN.author {
	background-color: Black;
	background-image: none;
	color: #f5b757;
	font-size: 90%;
	font-weight: bold
}

LI {
	display: list-item;
	list-style-image: url(/stephen-stirling/images/StvStirlg_Bullet.gif);
	padding-bottom: 10px; 
	list-style :  disc;
}

DIV.textQuote {
	float: right;
	width: auto; 
	margin-left :  0px;
	margin-right :  0px;
	padding-left :  0px;
	padding-right :  0px;
}

SPAN.first {
	background-color: Black;
	background-image: none;
	color: #f5b757;
	font-size: 140%
}

A:link {
	color: #f5b757;
	text-decoration: none;
	background-color : Black;
}

A:visited {
	color: #f5b757;
	text-decoration: none;
	background-color : Black;
}

A:active {
	color: #f5b757;
	text-decoration: none;
	background-color : Black;
}

A:hover {
	color: #f5b757;
	text-decoration: underline;
	background-color : Black;
}

 DIV.sample {
	height : 150px;
}

