.contacttable {
	background-image: url(http://www.plxdevices.com/images/ContactBlankBackground.jpg);
	text-align: center;
	width: 960px;
	height:330px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding:10px;
	margin-right:auto;
	margin-left:auto;
	background-repeat:none;
	
}
.fonts {
	font-size: 10px;
	color:#666;
}
.contacttable .tablecontact {
	text-align: center;
	
	padding: 10px;
	padding-top:20px;
	width:720px;
	margin-right:auto;
	margin-left:auto;
}
.contacttable a {
	color:#666;
	text-decoration:none;
}

.contacttable a:hover {
	color:#F00;
	text-decoration:underline;
}
