	
	/* CSS Document */
	
	/* ----------------------------------------------------
	General
	---------------------------------------------------- */
	
	body
		{
		font-size: 11px;
		font-family:  Verdana, Arial, sans-serif;
		color: #000;
		line-height: 18px;
		}
		
	h1
		{
		font-size: 14px;
		font-weight: bold;
		color: #000;	
		}
	
		
	/* ----------------------------------------------------
	Display
	---------------------------------------------------- */
	
	#nav, #col, #footer
		{
		display: none;
		}
		
	/* ----------------------------------------------------
	Links
	---------------------------------------------------- */
		
	a:link, a:visited 
		{
		color: #566423;
		text-decoration: underline;
		}
		
	#mainContent a:link:after, #content a:visited:after 
		{
		content: " (http://www.omlconstruction.com/" attr(href) ")";
		}
		