@charset "utf-8";
/* CSS Document */
    
	body,td,th 
	{
        	color: #FFCC66;
    	}

    	body 
	{
		background-color: #000000;
	}
        .MainTitle
	{
	        font-family: fantasy;
	        font-style: normal;
	        font-variant: small-caps;
	        font-weight: bold;
	        font-size: 20px
	        line-height: 200%;
	        word-spacing: 1.5ex;
	        letter-spacing: 0.3ex;
	        text-decoration: none;
	        text-transform: capitalize;
	        text-align: center;
	        text-indent: 0ex;
	}
	.IndexChapter
	{
	        font-family: cursive;
	        font-style: normal;
	        font-variant: small-caps;
	        font-weight: normal;
	        font-size: 20px;
	        line-height: 1.5;
	        word-spacing: 1ex;
	        letter-spacing: 0.1ex;
	        text-decoration: underline;
	        text-transform: capitalize;
	        text-align: center;
	        text-indent: 0ex;
	}
	.PageHeader
	{
	        font-family: cursive;
	        font-style: normal;
	        font-variant: small-caps;
	        font-weight: normal;
	        font-size: 20px;
	        line-height: 1.5;
	        word-spacing: 1ex;
	        letter-spacing: 0.1ex;
	        text-decoration: underline;
	        text-transform: capitalize;
	        text-align: center;
	        text-indent: 0ex;
	}
	.PageText
	{
	        font-family: cursive;
	        font-style: normal;
	        font-variant: normal;
	        font-weight: normal;
	        font-size: smaller;
	        line-height: 1.5;
	        word-spacing: 1ex;
	        letter-spacing: 0.1ex;
	        text-decoration: none;
	        text-transform: none;
	        text-align: left;
	        text-indent: 0ex;
	}
	.PageSloak
	{
	        font-family: cursive;
	        font-style: italic;
	        font-variant: small-caps;
	        font-weight: 100;
	        font-size: small;
	        line-height: 2em;
	        word-spacing: 1ex;
	        letter-spacing: 0.1ex;
	        text-decoration: overline;
	        text-transform: capitalize;
	        text-align: center;
	        text-indent: 0ex;
	}
	.SectionHeader
	{
	        font-family: cursive;
	        font-style: normal;
	        font-variant: small-caps;
	        font-weight: normal;
	        font-size: medium;
	        line-height: 1.5;
	        word-spacing: 1ex;
	        letter-spacing: 0.1ex;
	        text-decoration: underline;
	        text-transform: none;
	        text-align: left;
	        text-indent: 0ex;
	}
