body
{
	background: #000000 url('../images/outer_space.gif');
	font-family: Arial, helvetica, sans-serif;
	font-size: 48px;
	color: #ffffff;
	letter-spacing: -4px;
}
h2
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 64px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -8px;
}
p, td
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	letter-spacing: -3px;
}


.norm
{
	font-family: Courier New, Courier, Times;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}
.small
{
	font-family: Courier New, Courier, Times;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.psmall
{
	font-size: 16px;
	letter-spacing: -1px;
}



a
{
	color: red;
}
a:hover
{
	color: white;
}



ul, li
{
	font-family: Courier New, Courier, Times;
	font-size: 16px;
	color: cyan;
	letter-spacing: 2px;
}
li.this_chapter
{
	color: white;
}


.stuff
{
	border: 10px double yellow; padding: 10px; background: #000000;
	font-family: Courier New, Courier, Times;
	font-size: 16px;
	color: cyan;
	letter-spacing: 2px;
}
.stuff_no_border
{
	font-family: Courier New, Courier, Times;
	font-size: 16px;
	color: cyan;
	letter-spacing: 2px;
}


a.cell:link{padding: 20px; display:block;}
a.cell:visited{padding: 20px; display:block;}
a.cell:hover{padding: 20px; display:block; background: #000099; color: white;}
a.cell:active{padding: 20px; display:block; background: red; color: black;}

table.navbar {
   border-collapse: collapse;
}
table.navbar td {
	border: 8px dotted #999999; background: #000000;
}
table.navbar td a{
   text-align: center;
   display: block;
   width: 300px;
   padding: 20px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: red;
   background-color: #000000;
}
table.navbar td a:hover {
   color: white;
   background-color: #000099;
}
table.navbar td a:active {
   color: black;
   background-color: red;
}

table.navbars {
   border-collapse: collapse;
}
table.navbars td {
	border: 8px dotted pink; background: #000000;
}
table.navbars td a{
	font-family: Courier New, Courier, Times;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
   text-align: center;
   display: block;
   width: 120px;
   padding: 15px;
}
table.navbars td a:link, table.navbars td a:visited {
   color: red;
   background-color: #000000;
}
table.navbars td a:hover {
   color: white;
   background-color: #000099;
}
table.navbars td a:active {
   color: black;
   background-color: red;
}




table.navbars_guide {
   border-collapse: collapse;
}
table.navbars_guide td {
	border: 8px dotted orange; background: #000000;
}
table.navbars_guide td a{
	font-family: Courier New, Courier, Times;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
   text-align: center;
   display: block;
   width: 400px;
   padding: 15px;
}
table.navbars_guide td a:link, table.navbars_guide td a:visited {
   color: red;
   background-color: #000000;
}
table.navbars_guide td a:hover {
   color: white;
   background-color: #000099;
}
table.navbars_guide td a:active {
   color: black;
   background-color: red;
}