@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	color:#000000;
	margin:0;
	padding; 40px;
	font: normal 12pt/120% "Times New Roman", Times, serif;
	}
	
img {
	border: none;
	}

/* Hide the following items */
#nav, #sidebar, #footer, .button, .flash {
	display: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	line-height: 120%;
	color:#000000;
	margin: 0;
	padding: 4pt 0 0 0;
	}

h1 {
	font-size: 18pt;
	font-weight: bold;
	}
	
h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 14pt;
	}

h4 {
	font-size: 12pt;
	}

#shopping {
	font-size: 12pt;
	line-height: 100%;
	padding: 0;
	}

a:link, a:visited {
	color:#000000;
	text-decoration: none;
	}
	
/* show URLs only inside container article */
#main a:after {
	content: " (" attr(href) ")";
	font-size: 11pt;
	}
	
