body { 	font-family: "Georgia", serif;
	font-size: 0.9em;
}
table.heading{
	padding: 0px;
	background:	rgb(16,140,201);
}

td.heading {	background:	rgb(16,140,201);
				color: 		white;
				width:		200px;
				alignment:	center;
				margin: 0px;
				padding: 0px;
}

td.heading2{
				background:	rgb(16,140,201);
				color: 		white;
				alignment:	center;
				margin: 0px;
				padding: 0px;
}

tr.heading {
				background:	rgb(16,140,201);
				padding: 0px;
}


a	{
	color: black;
	font-family: "Georgia", serif;
	font-size: 0.9em;
	text-decoration:none;
}
a:visited {
	color: black;
	text-decoration:none;
}
a:active{
	color:red;
	text-decoration:none;
}
a:hover{
	color: red;
	text-decoration:none;
}

a.heading {
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
}
a.heading:visited{
	color: white;
}
a.heading:hover{
	color: red;
}
a.heading:active {
	color: red;
}
;

