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

#body {
	background-color:#ffffff;
	color:#000000;
	margin:0;
	padding:40px;
	font:normal 12pt/160% "Times New Roman", Times, serif;
	}

/*Hide the following item*/
#masthead_wrapper {
					display:none;
					}
					
/*Show URLs only inside the article*/
#main a:after {
		content: " (" attr(href) ")";
		font-size:11pt;
		}

a:link, a:visited, a:active
		{
		color:#000000;
		text-decoration:none;
		}	
		
strong, strong.table, strong.event {
	color:#000000;
}