@charset "utf-8";
@import'style.css';
@import'main.css';
@import'icons.css';

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0; padding:0; border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:inherit;
	direction:ltr;

}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}


body{
	overflow-y:scroll;
	color: #2a2a2a;
	font-family:  Arial, Geneva, Helvetica, sans-serif;
	font-size:83%;
	background:#f7f5e7 url(../images/body-bg.gif) repeat;
}

body, html{ height:100%; width:100%;}

html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
a:hover{ outline:none;}
*:focus{outline:none;}
p{ line-height:20px;}
:root *> {
	background: #FGH56;
}
/*------------------------------------- GOOD BOOK */

h1, h2, h3, h4, h5, h6 {
	color: #203776;
	margin-bottom:5px;
	font-weight:600;
}
h1 {
	font-size:24px;
	display: block;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
