/* CSS Document */
body {
	background: #FFF;
	color: #000;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}

#wrapper {
	width: 700px;
	margin: auto;
	text-align: left;
}
pre {
	font-size: 1.1em;;
}


code {
font-size: x-small;

}

#header { display:none;}


#news {
display:none;
}

#menu {
display:none;
}
#trail {display:none;}


#contents {
	width:700px;
	background: #fff;
}
#contents p {
	font-size: medium;
}

#footer {
display:none;
}
#contents a[href]:after
 {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#az {display: none;}



