body {
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

a:link {
	text-decoration: none;
	color: #0000b0;
}

a:active {
	text-decoration: none;
	color: #0000f0;
}

a:visited {
	text-decoration: none;
	color: #0000a0;
}

a:hover {
	text-decoration: none;
	color: #0000d0;
	background-color: #ddddee;
}

h1 {
	text-align: left;
}

h2 {
	text-align: center;
}

td.header {
	border-bottom: 2px solid #0060ff;
	text-align: left;
}

td.footer {
	border-top: 2px solid #0060ff;
	text-align: center;
}

td.update {
	border: 2px dotted #ffff00;
	background-color: #ffffcc;
	padding: 8px;
	text-align: center;
}

td.content {
	border: 2px dotted #0060ff;
	background-color: #f0f0ff;
	padding: 12px;
}


