body{
	margin:0;
	padding:0;
	font-family: verdana, arial, sans-serif;
	font-size:10pt;
	color:black;
	background-color:white; 
	}
h1{
	font-family:cambria, serif;
}
.logo, img, #h1, #header, #menu, .contentRow .alignRight, #contentContainer .alignRight{
	display:none;
	border:0;
	}

a:link, a:visited{
	font-weight:bold; 
	text-decoration:underline;
	color:#c30;
	}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	}
	
a[href^="/"]:after {
	content: " (http://www.neylonlaw.com" attr(href) ") ";
	}

#contentContainer{
	width:auto;
	border:0;
	padding:0;
	margin: 2% 5%;
	}


