/* CSS Document for News and Media Articles - Quest Realty Group LLC*/

/*This section controls the page navigation and links on article pages*/
#pagenav  {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #663333;
	font-size: 12px;
	}

#pagenav a:link, a:visited { 
	color: #663334;
	text-decoration: none;
}

#pagenav a:hover,  { 
	color: #663333;
	text-decoration: underline;
}

#pagenav a:active {
	text-decoration: none;
}
/*-----------------------------------------------------------------------*/