@charset "utf-8";
/* CSS Document */
/* Single column layout */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background-image:none;
	}
	
#menu {
	display:none;
}
	
#panel-L {
	display:none;
	}
	
#article {
	width:100%;
	float:none;
	padding-left:0px;
	}

/* Tags */

p {
	font-size:1.4em;
	line-height:1.5em;
	}


