
/*                 	**********************
			ACCESSIBILITY AT PRINT TIME
			**********************        About u WebDesign
All headings to be dark blue and the rest of text to be black   */
		
h1		{
		font-size: 18pt !important;
		color: #00008b !important;
		}

h2		{
		font-size: 16pt !important;
		color: #00008b !important;
		}

h3		{font-size: 14pt !important;
		color: #00008b !important;
		}


p		{font-size: 12pt;
		color: #000 !important;
		}

#logo		{display: none;
		}

#printlogo	{display: block;
		}


#mainwrapper	{
		background: white;
		width: auto;
		}


#navwrapper	{
		display: none;
		}


a:after		{
		content: " (" attr(href) ") ";
		}


#contentwrapper	{
		border-style: none;
		width: auto;
		}

#viewdesigns	{
		background: #fff;
		border: none;
		}
		

