/*

This is the CSS file for the jknenterprises.co.uk website
The design for the website does not use html tables for layout presentation, html tables are used to represent data.
The CSS elements for table representatin are used to control the layout of the website; with javascript overrides for those browsers that can not interpret CSS table definitions, such as IE7

*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.166;
	margin: 2px 4px 2px 4px;	
	background-color:#000000;
}
