html{
	border: solid blue;
	}
	
body{
	font-family: Times New Roman;
	border: none;
	}

/****************************************General Mods*/
a:link{
	color: blue;
	text-decoration: none;
	}

a:hover{
	color: blue;
	text-decoration: none;
	}

a:visited{
	color: blue;
	text-decoration: none;
	}

a:active{
	color: blue;
	text-decoration: none;
	}

/****************************************Special Sections*/
.toc{
	color: black;
	background-color: #EEE;
	font-family: Verdana, sans-serif;
	}

.toc a:hover{
	color: white;
	text-decoration: none;
	background-color: #11F;
	}

.branch a:hover{
	}

#doc_title{
	font-weight: bold;
	font-size: xx-large;
	color: white;
	background-color: #009;
	}	

#doc_subtitle{
	background-color: #99F;
	font-weight: bold;
	font-size: x-large;
	}	

#chapter_title{
	background-color: #DDF;
	font-weight: bold;
	font-size: x-large;
	font-family: Verdana;
	}
	
.step{
	background-color: #EFEFEF;
	font-size: large;
	font-family: Courier New;
	font-weight: bold;
	}
	
.note{
	background-color: #CFC;
	}

.navigator{
	}

#titlebar{
	background-color: #009;
	}	

.author{
	background-color: #009;
	color: white;
	text-align: right;
	font-style: italic;
	vertical-align: bottom;
	}

.author a:link{
	color: #88F;
	}

.author a:hover{
	color: #CCF;
	}

.banners{
	border-top: solid blue;
	}

#entirebook{
	text-align: center;
	}

#entirebook a:link{
	color: blue;
	background-color: white;
	}

#entirebook a:visited{
	color: blue;
	background-color: white;
	}

#entirebook a:hover{
	color: white;
	background-color: blue;
	}

