@charset "utf-8";
/* CSS Document */
#article h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-style:oblique;
	text-align:center;
	font-weight:bold;
}
#article h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-align:center;
	font-weight:bold;
}
#article h3
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
#article h4
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	}
#article h5
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
#article h6
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-style:oblique
	}
#article .ref
{
	
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	font-size:18px;
	font-weight:lighter;
}
#article .ref2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
#article .letter
{
	font-size:12px;
}
#article p
{
text-indent:2em;
margin:0;
padding:0;
}
#article blockquote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:oblique;
}
.underline
{
	text-decoration:underline;
}