/*	user.css
 *	The real version of this for a site is held in the site root.
 *	It is edited direct.
 */

div {margin: 0;}

a.home:link 	{ text-decoration: none; color: #555;}  
a.home:active 	{ text-decoration: none; color: #555;}  
a.home:visited 	{ text-decoration: none; color: #555;}  
a.home:hover 	{ text-decoration: none; color: #555; }  

td.contactTd {
	text-align: right;
	font-weight: 600;
	padding-right: 1em;
}



