@import url('./img_sizes_screen.css');
@import url('./js_tools.css');

body{
	font-size:12pt;
	margin:0.5in;
	font-family:verdana, sans-serif;
}

body:after{
	display:block;
	background:#fff url('../Pictures/vcss.png') scroll no-repeat right 10px;
	content:url('../Pictures/vxhtml.png');
	border-top:1px solid black;
	margin-top:10px;
	padding-top:10px;
}
abbr, acronym{border-bottom:1px dotted black;}

h1{font-size:42pt;}
h1:before{font-size:50pt;}

h2{
	font-size:3em;
	margin-top:50px;
}

h3{
	font-size:2.5em;
	margin-top:50px;
}

h4{font-size:2em;}

h5{font-size:1.75em;}

h6{font-size:1.5em;}

/* ----------------- Chapter Links ----------------- */
#Navigation{
	margin-top:20px;
	border-top:1px solid black;
	padding-top:20px;
	width:100%;
}

#Navigation div, a#Nav-Home{
	display:block;
	padding:0;
	line-height:40px;
	margin:0;
}

#Nav-Chap, #Nav-Sec, #Nav-Home{clear:both;}

#Nav-Chap div.prev, #Nav-Sec div.section-prev{
	float:left;
	text-align:left;
}
#Nav-Chap div.next, #Nav-Sec div.section-next{
	float:right;
	text-align:right;
}

#Nav-Sec div.section-start, #Nav-Home{
	text-align:center;
	margin:auto;
}

#Nav-Chap div{width:49%;}

#Nav-Sec div{width:30%;}
#Navigation div.prev a:before{content:'  \3C  ';}

#Navigation div.prev a.chap:before{content:'  \3C  Chapter ' counter(chap_ref) ': ';}

#Navigation div.prev a.app:before{content:'  \3C  Appendix ' counter(app_ref, upper-latin) ': ';}

#Navigation div.next a.chap:before{content:'Chapter ' counter(chap_ref) ': ';}

#Navigation div.next a.app:before{content:'Appendix ' counter(app_ref, upper-latin) ': ';}

#Navigation div.next a:after{content:' \3E';}

#Navigation div.section-start a:before, #Navigation div.section-prev a:before{content:'  \3C \3C  ';}

#Navigation div.section-start a:after, #Navigation div.section-next a:after{content:'  \3E \3E  ';}

#Nav-Home a:before{content:'  \3C \3C \3C|';}
#Nav-Home a:after{content:'|\3E \3E \3E  ';}

