body {
  background:#ffc;
  color:#000;
  font-family:cursive
}

h1 {
  color:black;
  text-align:center;
  font-size:1.5em;
  font-weight:bold;
  margin:0
}

h2 {
  text-align:center;
  font-size:1em;
  font-weight:bold;
  margin:1em 0 0
}

p {
  text-indent:2em;
  text-align:justify;
  margin:0
  font-family:normal
}

li {
  text-indent:0;
  text-align:justify;
  margin:0
}

table.positions
{ width: 580px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }

th {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
}

td.position
{ border-bottom: 1px #6699CC dotted;
background-color: #fafafa;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }


td.employer
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

td.period
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

