page {layout: column}
frame banner {height: 140px; content: topframe.htm}
frame middle {layout: row}
frame toc {parent: middle; height: 620px; width: 20%; content navframe.htm; overflow:
scrollbar | hand | button | any}
frame main {parent: middle; height: 620px; overflow:
scrollbar | hand | button | any}
ul.toc {flow: toc; target: main}
body {flow: main}

a:link
{
	color: rgb(185,3,253); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,255,255);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
