/* Styles for index.html */
body {
	background: #fffde4 url("paper.jpg");
	font-family: "Times New Roman";
	text-align: center;
	margin-left: 3px;
	margin-right: 2px;
}

/* Lefting wrapper, a div, for lefting tables and such */
.leftdiv {
	text-align: left;
}

p {
	margin: 3px;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

a {text-decoration: none;}
a:link { color: #0000ff}
a:visited { color: #500050;}
a:active { color: #00ff00}

.linkimg {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

h1 {
	color: #f90000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h2 {
	color: #009000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h3 {
	color: #407000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: left;
}

/* TO REPLACE NOBR */
.nobr {
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

/* For Aligning or Floating Stuff Right */
.rightthis {
	float: right;
}
/* For Aligning or Floating Stuff Left */
.leftthis {
	float: left;
}
/* REPLACES BR CLEAR ALL */
.clearthis {
	clear: both;
}

.bold {
	font-weight: bold;
	font-style: normal;
}
.bigbold {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
}
.bigboldital {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.giantbold {
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
}
.giantboldital {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.ital {
	font-style: italic;
}
.boldital {
	font-weight: bold;
	font-style: italic;
}
.whitenorm {
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}
.whitebold {
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}
.bigwhitebold {
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}
.specialblue {
	font-weight: normal;
	font-style: normal;
	color: #000070;
}
.giantmagenta {
	font-size: 70px;
	font-weight: bold;
	font-style: normal;
	color: #ff00a0;
}
.getouttext {
	font-style: normal;
	font-size: 22px;
	color: #407000;
}
.getouttextbig {
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	color: #407000;
}
.getouttextred {
	font-style: normal;
	font-size: 28px;
	color: #f00000;
}
.enterone {
	font-family: "Arial Narrow";
	font-weight: bold;
	font-style: italic;
	font-size: 19px;
	color: #ffffff;
}

.entertwo {
	font-family: "Arial Black";
	font-style: normal;
	font-size: 30px;
	color: #00ff00;
}

/* BEGIN SPECIAL LETTERING */
/* ALEX */
.alex-a {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #008000;
}
.alex-l {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #00a000;
}
.alex-e {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #00c800;
}
.alex-x {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #00f000;
}
/* JOY */
.joy-j {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #3080ff;
}
.joy-o {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #70a0ff;
}
.joy-y {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #a0d0ff;
}
/* CLEO */
.cleo-c {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #b80000;
}
.cleo-l {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #da0000;
}
.cleo-e {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #ff0000;
}
.cleo-o {
	font-family: "Arial Black", Comic Sans MS, Times New Roman;
	font-style: normal;
	font-size: 25px;
	color: #ff5000;
}
/* END SPECIAL LETTERING */

#magenta {
	color: #E00090;
}

h4 {
	color: #999999;
	margin-bottom: 25px;
}

/* TIMES NEW ROMAN TYPES */
/* Below, for paragraph class left */
.left {

	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
/* Below, for paragraph class right */
.right {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}
/* Below, for paragraph class center */
.center {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
/* END TIMES NEW ROMAN TYPES */

/* COMIC SANS TYPES */
/* BLACK LETTERS */
/* Below, for paragraph class left comic sans */
.leftcomicsans {
	font-family: "Comic Sans MS", Times New Roman;
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
/* Below, for paragraph class right comic sans */
.rightcomicsans {
	font-family: "Comic Sans MS", Times New Roman;
	font-size: 18px;
	color: #000000;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}
/* END COMIC SANS TYPES */

/* Below, for paragraph class introscript */
.introscript {
	font-family: "Abadi MT Condensed Light", Times New Roman;
	font-size: 25px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
}



/* BEGIN TABLES TYPES */
#chinese {
	background: #ffffff;
	border: solid #ffff00;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Below, for the table class lefttable */
.lefttable {
	font-size: 18px;
	text-align: right;
	float: left;
}
/* Below, for the table class righttable */
.righttable {
	font-size: 18px;
	text-align: left;
	float: right;
}

/* Below, for the table class blacktable */
.blacktable {
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	text-align: center;
	border: 3px solid;
	border-top-color: #ccccb0;
	border-left-color: #999990;
	border-right-color: #777777;
	border-bottom-color: #556065;
	border-spacing: 2px;
}

/* Below, right sidebars table */
.rightsidebar {
	width: 100px;
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #000000;
	border: 3px solid;
	border-top-color: #d0b040;
	border-left-color: #c08030;
	border-right-color: #a07030;
	border-bottom-color: #805030;
	float: right;
	border-spacing: 2px;
}
.rightsidebartdone {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.rightsidebartdtwo {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: right;
	color: #000000;
}

/* Below, left sidebars table */
.leftsidebar {
	width: 100px;
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #000000;
	border: 3px solid;
	border-top-color: #d0b040;
	border-left-color: #c08030;
	border-right-color: #a07030;
	border-bottom-color: #805030;
	float: left;
	border-spacing: 2px;
}
.leftsidebartdone {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.leftsidebartdtwo {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: left;
	color: #000000;
}

/* Below, joy-s right sidebar table */
.joyrightsidebar {
	width: 100px;
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	border: 5px solid;
	border-top-color: #ff4040;
	border-left-color: #e02030;
	border-right-color: #c00000;
	border-bottom-color: #900000;
	float: right;
	border-spacing: 3px;
}
.joyrightsidebartrone {
	background: #ffff00;
}
.joyrightsidebartdone {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background: #b000b0;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.joyrightsidebartdtwo {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: right;
	color: #ffffff;
	background: #500090;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.joyrightsidebartdtop {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background: #b00000;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.joyrightsidebartdbottom {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background: #000080;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}


/* Below, Spring Forest-s right sidebar table */
.sprfrstrightsidebar {
	width: 100px;
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	background: #ffff00;
	color: #ffffff;
	border: 5px solid;
	border-top-color: #9090ff;
	border-left-color: #4070ff;
	border-right-color: #0000ff;
	border-bottom-color: #000080;
	float: left;
	border-spacing: 3px;
}
.sprfrstrightsidebartrone {
	background: #b00000;
}
.sprfrstrightsidebartdone {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #000000;
	background: #f0d0ff;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.sprfrstrightsidebartdtwo {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: left;
	color: #ffffff;
	background: #000000;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.sprfrstrightsidebartdtop {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background: #80ff00;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.sprfrstrightsidebartdbottom {
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background: #000070;
	-moz-border-radius: 25px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}


/* Below, for the table id redrighttable */
#redrighttable {
	font-size: 18px;
	background: #ffff00;
	border: 5px solid;
	border-top-color: #9090ff;
	border-left-color: #4070ff;
	border-right-color: #0000ff;
	border-bottom-color: #000080;
	float: right;
	border-spacing: 5px;
}
#redrighttabletr {
	font-size: 18px;
	background: #ffff00;
}
#redrighttabletdleft {
	font-size: 18px;
	color: #00ffff;
	background: #b00000;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	-moz-border-radius: 25px;
}
#redrighttabletdright {
	font-size: 18px;
	color: #ffffff;
	background: #000000;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	-moz-border-radius: 25px;
}


/* END TABLES TYPES */


.blackbar { /* for the black hr */
	border: 3px solid #000000;
	width: 90%;
	height: 5px;
}

.redbar { /* for the red hr */
	border: 3px solid #f00000;
	width: 90%;
	height: 5px;
}

.greenbar { /* for the green hr */
	border: 3px solid #00e000;
	width: 90%;
	height: 5px;
}
.bluebar { /* for the blue hr */
	border: 3px solid #0000f0;
	width: 90%;
	height: 5px;
}
.magentabar { /* for the blue hr */
	border: 3px solid #e000ff;
	width: 90%;
	height: 5px;
}
.yellowbar { /* for the blue hr */
	border: 3px solid #ffff00;
	width: 90%;
	height: 5px;
}

li {
	margin-bottom: .5em;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
}
li.para {
	list-style-type: none;
}
pre {
	font-size: 10px;
	margin-left: 10px;
}
tt {
	font-family: "Courier New", Courier, mono;
}


/* KEEP BELOW FOR REFERENCE Not used for index-html */
/* main text body specs */ 
#main {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#main p {
	margin-bottom: 1em;
}
#main dt {
	font-weight: bold;
	margin-bottom: 1em;
	color: #999999;
}
#main dd {
	margin-bottom: 1em;
}

/* bottom footer */ 
#footer {
	font-size: smaller;
	color: #555555;
	text-align: center;
	margin-right: 1px;
}
