body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-color: #FFFFFF;
}
.bodytext, .bodyhead, .logotext {
	color: #FFCCCC;
} 
.bodytext-skills, .bodyhead-skills {
	color: #FFFFCC;
} 
.bodytext-funnel, .bodyhead-funnel {
	color: #CCFFFF;
} 
.bodytext-book, .bodyhead-book {
	color: #FFCCFF;
} 
.bodytext-toolbox, .bodyhead-toolbox {
	color: #CCFFCC;
} 
.bodytext-basics, .bodyhead-basics {
	color: #CCCCFF;
} 
.bodyhead, .logotext, .bodyhead-skills, .bodyhead-funnel, .bodyhead-book, .bodyhead-toolbox, .bodyhead-basics {
	font-size: 1.5em;
} 
.text-buttons {
	font-size: 4em;
	color: #CCCCFF;
} 
A.bodytext:link, A.bodytext:visited, A.bodyhead-book:link, A.bodyhead-book:visited, A.bodytext-skills:link, A.bodytext-skills:visited, A.bodytext-funnel:link, A.bodytext-funnel:visited, A.bodytext-book:link, A.bodytext-book:visited, A.bodytext-toolbox:link, A.bodytext-toolbox:visited, A.bodytext-basics:link, A.bodytext-basics:visited {
	text-decoration: underline;
	font-weight: bold;
}
A.bodytext:hover, A.bodyhead-book:hover, A.bodytext-skills:hover, A.bodytext-funnel:hover, A.bodytext-book:hover, A.bodytext-toolbox:hover, bodytext-basics:hover {
	text-decoration: underline overline;
	font-weight: bold;
}
A.bodytext:hover {
	color: #993333;
	background-color: #FFCCCC;
}
A.bodytext-skills:hover {
	color: #999933;
	background-color: #FFFFCC;
}
A.bodytext-funnel:hover {
	color: #339999;
	background-color: #CCFFFF;
}
A.bodytext-book:hover, A.bodyhead-book:hover {
	color: #993399;
	background-color: #FFCCFF;
}
A.bodytext-toolbox:hover {
	color: #339933;
	background-color: #CCFFCC;
}
A.bodytext-basics:hover {
	color: #333399;
	background-color: #CCCCFF;
}
A.logotext:link, A.logotext:visited, A.logotext:hover, A.secondrightbox:link, A.secondrightbox:hover, A.secondrightbox:visited, A.thirdrightbox:link, A.thirdrightbox:hover, A.thirdrightbox:visited, A.fourthrightbox:link, A.fourthrightbox:hover, A.fourthrightbox:visited, A.lastrightbox:link, A.lastrightbox:hover, A.lastrightbox:visited {
	text-decoration: none;
	font-size: 2em;
}
A.logotext:hover {
	color: #993333;
	background-color: #FFCCCC;
}
A.secondrightbox:link, A.secondrightbox:visited {
	color: #FFCCFF;
}
A.secondrightbox:hover {
	color: #993399;
	background-color: #FFCCFF;
}
A.thirdrightbox:link, A.thirdrightbox:visited {
	color: #CCFFFF;
}
A.thirdrightbox:hover {
	color: #339999;
	background-color: #CCFFFF;
}
A.fourthrightbox:link, A.fourthrightbox:visited {
	color: #FFFFCC;
}
A.fourthrightbox:hover {
	color: #999933;
	background-color: #FFFFCC;
}
A.lastrightbox:link, A.lastrightbox:visited {
	color: #CCFFCC;
}
A.lastrightbox:hover {
	color: #339933;
	background-color: #CCFFCC;
}
A.text-buttons:link, A.text-buttons:visited {
	text-decoration: none;
	color: #CCCCFF;
}
A.text-buttons:hover {
	color: #333399;
	background-color: #CCCCFF;
}
div.container, div.container-skills, div.container-funnel, div.container-book, div.container-toolbox, div.container-basics {
	float: left;
	width: 64em;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	border-style: solid;
	border-color: #333333;
	border-width: 1em;
}
div.container {
	background-color: #993333;
}
div.container-skills {
	background-color: #999933;
}
div.container-funnel {
	background-color: #339999;
}
div.container-book {
	background-color: #993399;
}
div.container-toolbox {
	background-color: #339933;
}
div.container-basics {
	background-color: #333399;
}
div.leftcol {
	float: left;
	clear: left;
	width: 6em;
	top: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
div.centrecol {
	float: left;
	clear: none;
	width: 38em;
	text-align: justify;
	border-style: none;
	padding-top: 1.5em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	margin: 0px;
}
div.rightcol {
	float: right;
	clear: right;
	width:  16em;
	border-style: none;	
	margin: 0px;
	padding: 0px;
}
div.leftbox, div.spacer-leftbox, div.lowertop-leftbox {
	float: left;
	clear: left;
	width: 5em;
	height: 5em;
	border-style: solid;
	border-right-width: 1em;
	border-bottom-width: 1em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div.leftbox, div.lowertop-leftbox {
	border-color: #333333;
	background-color: #333399;
}
div.spacer-leftbox {
	border-color: #993333;
	background-color: #transparent;
}
div.lowertop-leftbox {
	border-top-width: 1em;
}
div.rightbox, div.secondrightbox, div.thirdrightbox, div.fourthrightbox, div.lastrightbox {
	float: right;
	text-align: right;
	width:  15em;
	height: 6em;
	border-style: solid;
	border-color: #333333;
	border-bottom-width: 1em;
	border-left-width: 1em;
	border-right-width:0px;
	margin: 0px;
	padding: 0px;
}
div.rightbox {
	background-color: #993333;
}
div.secondrightbox {
	background-color: #993399;
}
div.thirdrightbox {
	background-color: #339999;
}
div.fourthrightbox {
	background-color: #999933;
}
div.lastrightbox {
	float: right;
	text-align: right;
	width:  15em;
	height: 10em;
	border-color: #333333;
	border-bottom-width: 1em;
	border-left-width: 1em;
	border-right-width:0px;
	margin: 0px;
	padding: 0px;
	background-color: #339933;
	border-top-width: 1em;
}
div.bottomrightbox {
	float: right;
	text-align: right;
	width:  15em;
	height: 4em;
	border-style: none;
	border-color: #333333;
	margin: 0px;
	padding: 0px;
}