body {
	margin:0; 
	padding:0; 
	line-height: 1.4em; 
	word-spacing:1px; 
	letter-spacing:0.2px; 
	font: 13px Arial, Helvetica,"Lucida Grande", serif; 
	color: #000 
}

h1 {
	font-size: 1.5 em;
}

h2, h3, h4, h5 {
	font-size: 1.3 em;
}


/* Links */
a:link, a:visited {
	background: transparent; 
	color:#333; 
	text-decoration: none;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") "; 
	font-size: 11px;
}
a[href^="http://"] {
	color:#000;
} 

/*Remove Element*/
#header, #headerbg, #headerlink, #quick, .quick, .links, #nav, #sidebarleft, #sidebarright, #footer {
	display:none;
}



/*Image*/
img, img a, {
	border:none;
}


