html { 
	height: 11%;
}

td {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #eee;
}

td.heading {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #222;
	background-color: #aaa;
}

td.highlight {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #ddd;
}


body {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #444;
	margin: 5px;
	padding: 3px;
	background-color: #eee;
}

#quote {
	border: 1px;
	margin: 1px 1px 1px 1px;
	color: #000; 
	background: #EDEDED; 
	float: left; /* N.B. the float */
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #555;
}
h2 {
	font-size: 16px;
	color: #555;
}

/* --- organize menu items and names -- */

a {
	color: #333;
	text-decoration: none;
}

.tableborder{
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
	background-color: #aaa;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: 200;
	
}

.inlinequote{
	padding-left: 4px;
	padding-right: 4px;
	margin: 4px 4px 4px 4px;
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	background-color: #EEEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: 200;
 }
  

