/* CSS for MacStrategy Page Text */


#site_ms_primarytext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	clear: both;
	padding: 10px;
}

a {
	color: black;
	font-style: normal;
	text-decoration: none;
	}


#site_ms_primarytext a:after {
	content: " > " attr(href) " < ";
	color: blue;
	text-decoration: underline;
	}
	
#site_ms_primarytext a[href^="/"]:after {
  content: " > http://www.macstrategy.com" attr(href) " < ";
   }


