/* style sheet for a football table
   global settings */
body { 
	background: #ffffff; 
	text-align: left;
	font-family: serif;
	font-size: 100%;
}
.spacer {
	clear: both;
	padding: 0px;
}
h1,h2 {
	font-family:"lucida console", sans-serif, arial;
	font-weight: normal;
	color: gray;
	padding: 20px;
	text-align: left;
}
pre {
	font-family:"lucida console", sans-serif, arial;
	text-align: center;
}
td.lcol {
	font-family:"lucida console", sans-serif, arial;
	float: left;
	background:gray;
	width:120px;
	padding:5px;
	font-weight: bold;
	font-size: 80%;
	
}
td.rcol {
	font-family:"lucida console", sans-serif, arial;
	float: left;
	background:#ff6;
	padding:5px;
	width:300px;
	font-size: 80%;
}
div.jobtitle {
	float: left;
	color: #306;
	width: 680px;
	font-weight: bold;
}
div.jobdate {
	float: left;
	color: #300;
	width: 120px;
}
p,li {
	clear: both; 
	position:relative;
	left:12px;
}
