body {
	background-image: url('iptc/images/circuit.jpg') ;
	background-color: #cad5cd;
}

.favswicon {
	height: 20px;
}          

@media only screen and (max-width: 1024px) {
	.favswicon {
		height: 30px;
	}          
}

@media only screen and (max-width: 640px) {
	.favswicon {
		height: 40px;
	}          
}

@media only screen and (max-width: 320px) {
	.favswicon {
		height: 30px;
	}          
}

.CCTT01 {
	color:#000000;
	font-weight: normal;
	font-size:x-small;
	font-family:Courier, serif;
}

A {
	text-decoration: none;
	font-size:normal;
	font-weight: bold;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
}

A:link { color: #004466; }
A:visited { color: #004466; }
A:active { color: #004466; }
A:hover { color: #5599ff; }
