body {
	margin: 0px; /* bumps website up to top-margin; except opera (margin top = 8px by default) */
	padding: 0px; /* compensates for 8px top margin in opera (does not affect other browsers) */ 
	background: url(images/0page_bg.jpg) #D9DFEC; /* page background */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* universal default font */
	font-size: 12px;
	color: #333399; /* aqua; black; blue; fuchsia; gray; green; lime; maroon; navy; olive; purple; red; silver; teal; white; yellow; */
	line-height: 16px; /* adjusts leading */
	}

/* ========== PAGE CENTER */
#pagecenter { 
 	width: 360px;
	margin: auto; /* centres div within page */
    	}
table { 
 	width: 360px;
    	}
td.header { 
 	width: 360px;
	height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #660066;  /* deep magenta */	
    	}
td.city { 
 	width: 360px;
	height: 26px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #339999;  /* teal */
    	}
td.name { 
 	width: 180px;
	height: 30px;
	padding-left: 7px;
	background: #FFFFFF;
    	}
td.tel { 
 	width: 180px;
	height: 26px;
	padding-left: 5px;
	background: #FFFFFF;
    	}
td.close { 
	width: 360px;
	padding-top: 20px;
	text-align: center;
    	}
td.intern { 
	width: 360px;
	height: 30px;
	font-size: 11px;
	text-align: center;
	background: #CCCCCC;
    	}
td.none { 
	width: 360px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF;
    	}

