body {
	color: #666; /* This font-color is "grey." */ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;	
	font-size: 20px;
	padding: 30px;
	background-color: #FFF; /*This color is "white." */
}

p {line-height: 1.6; margin: 50px;}

/* To justify the paragraph (P tag), add "text-align: justify; text-justify: inter-word;". */

/* Here, a P style is needed, which excludes "text-align: justify; text-justify: inter-word;". */



h1 {font-size:36px; margin: 50px;} /* This simplified margin format applies 50px to all four margins. */
h2 {font-size:20px; margin: 50px;}
h6 {font-size:20px; margin: 50px;}



ul, ol {margin-left:50px; margin-right:50px;}

hr {
	background-color: #00F;
	border: none;
	height: 20px;
	width: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

img {margin-top: 50px; margin-bottom: 50px; border: none;}

.font12 {font-size: 12px;}

.align-right {text-align: right;}

a:link, a:visited, a:active {text-decoration: none;	color: #00F;}

a:hover {text-decoration: underline; color: #0C0;}

.container {
	width: 1001px;
	height: auto;/* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.notopmargin {margin-top: 0px;}
.nobottommargin {margin-bottom: 0px;}
.notopbottommargin {margin-top: 0px; margin-bottom: 0px;}




q {display: inline-block; margin-left: 45px; margin-right: 45px;}
q:before {content: open-quote;}
q:after {content: close-quote;}

blockquote {font-family:Georgia, "Times New Roman", Times, serif; font-weight: normal; margin-left:100px; margin-right:100px;}