@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/ 

#PAGE h2	{ width:100%; float:left; color:#893e2c; font-weight:bold; font-size:20px; line-height:1.5em; }
#PAGE p	{ width:100%; text-align:left; }
#PAGE h3	{ width:100%; float:left; margin:20px 0 0 0; color:#893e2c; font-weight:bold; font-size:14px; line-height:1.5em; }
ol{ width:100%; float:left; margin:0; }
ol li{ width:100%; float:right; display:list-item; list-style:inside decimal none; }
ul li a	{ color:#069; }
ul li a:hover	{ color:#09c; text-decoration:underline; }
ul li a:active	{ color:#09c; text-decoration:underline; }
#PAGE h4	{ width:100%; float:left; margin:20px 0 0 0; border-bottom:2px solid #893e2c; font-weight:bold; }
#PAGE h5	{ font-weight:bold; }




@media screen and (max-width: 740px){

h2	{ font-size:15px; line-height:1.5em; }

}