/* ------ large screen ----- */

BIG {
	color:black;
	font-family:arial,sans-serif;
	font-size:22pt;
	font-weight:bold;
	}

#TheABD {
		color:#000ABD;
		font-family:arial,sans-serif;
		font-size:11pt;
		font-weight:bold;
		padding:0,0,0,0;
		}

#IntroBlock {
	display:block;
	float:left;
	padding-bottom:1em;
	width:400px;
	}
	
#SelectedQuote {
	background-color:#CCCCFF;
	display:block;
	float:right;
	padding:8px;
	width:320px;
	}
	
#GoodQuotesBlock {
	display:inline;
	float:left;
	margin-left:20px;
	width:42%;
	}

#BadQuotesBlock {
	display:inline;
	float:right;
	margin-right:20px;
	width:42%;
	}

.QuoteHeader {
	background-color:gray;
	color:white;
	font-family:arial;
	font-weight:bold;
	padding:8px;
	}

UL.Quotes {
	list-style-type:none!important;
	list-style-image:none;
	margin: 0px;
	padding: 0px;
	line-height:1.6em;
	}

UL.Quotes LI {
	display:inline;
	margin-right: 2px;
	white-space:nowrap;
	}

UL.Quotes LI A {
	background-color: #9900AA;
	border:1px solid white;
	color: white;
	font-family: helvetica,arial;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 4px;
	text-decoration:none;
	-webkit-border-radius: 6px;
	}
