body {
	background-color: #fff;
       	color: #333;
       	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #00f;
	background: #fff;
       	text-align: center;
	padding: 20px 0 0 0;
}
h2 {
	color: #c00;
	background: #fff;
       	font-family: "Times New Roman";
	font-variant: small-caps;
       	border-top: dotted 1px #999;
	padding: 20px 0 0 0;
}
h3 {
	color: #c00;
	background: #fff;
       	font-family: sans-serif;
	padding: 20px 0 0 0;
}
h4 {color: #ff0000}

div.footer {
       	border-top: solid 1px #333;
	padding: 20px 0 0 0;
	font-size: 80%;
}

p.urgent {
	font-style: oblique;
	color: #000;
	background: #fff;
}

a:active {color: #ff0000; text-decoration: none; }
a:hover {color: #0000ff; text-decoration: underline; }
a:link {color: #0000ff; text-decoration: none; }
a:visited {color: #6666cc; text-decoration: none; }
a:active {color: #ff0000; text-decoration: none; }
a:hover {color: #0000ff; text-decoration: underline; }

table {background-color: #ffffcc; }
strong.job {color: #090; }

