
body {
     background-color: rgb(0,0,0);
     color: white;
}

p {color: rgb(255,255,255)}

p.location{
     font-size: x-small;
     text-align: right;
}


hr
{
width: 85%;
clear: both;
}

h1 {
color: rgb(255,255,255);
font-weight: 900;
text-decoration: none;
font-size: xx-large;
letter-spacing: 0.12cm;
text-align: center;
}

h2 {
color: rgb(255,255,255);
font-weight: 800;
letter-spacing: 0.1cm;
font-size: x-large;
}


h3 {
color: rgb(255,255,255);
font-weight: 700;
font-style: italic;
font-size: large;
letter-spacing: 0.08cm;}

h4 {
color: rgb(255,255,255);
font-weight: 600;
text-decoration: overline;
letter-spacing: 0.07cm;
}

.centered
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left
{
float:left;
text-align: left;
}


.right
{
float: right;
text-align: right;
}


.inline
{
display: inline;
}

.invis
{
display: none;
}

table.chapternav{
     width: 100%;
}

table.MAIN{
width: 90%;
}

td.MAINHEADER{
}

td.MAINFOOTER{
}

td.MAINLEFT{
     vertical-align:top;
}

td.MAINRIGHT{
}


td.MAINCENTER{
     vertical-align:top;
}






table.CONTENT{
width: 100%;
}

td.CONTENT_UP_LEFT{
}

td.CONTENTHEADER{
}

td.CONTENT_UP_RIGHT{
}



td.CONTENTLEFT{
}



td.CONTENTCENTER{
     vertical-align:top;
}

td.CONTENTRIGHT{
}




td.CONTENT_LO_RIGHT{
}


td.CONTENTFOOTER{
}

td.CONTENT_LO_RIGHT{
}

td.chapternav_right{
     width: 33%
}

td.chapternav_center{
     width: 33%
}


td.chapternav_left{
     width: 33%
}


li {color: rgb(255,255,255)}

a:link {color: #32CD32}     /* unvisited link */
a:visited {color: #800000}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #FF0000;}   /* selected link */

