
a:link{
	font: normal 12px "Arial", Times, serif;
	color: blue;
	text-decoration :none;
	}
a:visited{
	font: bold 12px "Arial", Times, serif;
	color: black;
	text-decoration : none;
	}
a:hover{
	color: black;
	text-decoration : underline;
	}
.menu{
	font: bold 12px "Arial", Times, serif;
	color: black;
	text-decoration : none;
	}
.pagetitle{
	font: bold 12px "Arial", Times, serif;
	color: white;
	text-decoration : none;
	}
.table{
	font: 12px "Arial", Times, serif;
	color: black;
	padding: 0px 0;
	padding-left: 0px;
}