/* CSS Document *//* Ron Finkle Electrical Services - Main style *//* Author: Craig Smith For Engine Communications - http://www.csmith-portfolio.com *//* Main site styling - these affect parents */body {    background-color: #333333;	margin-left: 0;	margin-top: 0;	margin-bottom: 0;	margin-right:0;}body,td,th {    color: #FFFFFF;    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;	line-height: 16px;}	a {	text-decoration: none;	font-weight: bold;}a:visited {	text-decoration: none;}a:hover {	text-decoration: underline;}a:active {	text-decoration: none;}/* Heading and text styles without affecting parent tags. To add a style copy and paste one from below and change the name but ensure to keep period in front of name */.primaryHeader{	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	line-height: 16px;	}	.secondaryHeader{	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	line-height: 16px;	}	.contactWhite {    color: #FFFFFF;    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;	line-height: 18px;}		.contactBlack {    color: #000000;    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;	line-height: 18px;}	