/* CSS for MacStrategy Article Text */

#site_ms_articletext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin-right: 180px;
	padding: 10px;
}



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


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

@import url("site_ms_text_article_default.css");
