/*
#INCONT {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#INCONT h1 {
	color:#50449A;
}

#INCONT p {
	text-indent: 0;
}
*/
.noisy a,
.noisy a:link,
.noisy a:visited,
.noisy a:active
	{
	color:#FFE6CE;
	text-decoration:none;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	background-color:firebrick;
}

.noisy a:hover {
	color:white;
	background-color: #50449A;
}

#INCONT table {
	font-size: 14px;
}

#INCONT table td, th {
	padding: 4px;
}

#INCONT table th {
	text-align: center;
	font-size: 14px;
	background-color: #E6E6FA;
}

