BODY				{
					background-color: #BBBBEE;
					background-image: url(http://wyrldscape.com/Images/Backgrounds/marble.jpg);
					font-family: Garamond;
					}

A:link				{
					text-weight: bold; 
					color:  #1111BB;
					}

A:visited			{
					text-weight: bold;
					color:  #4444AA;
					}

A:active			{
					text-weight: bold;
					color:  #AA4444;
					}

A:hover				{
					text-decoration: underline;
					text-weight: bold;
					color:  #AA4444;
					}

P					{
					color: #770066;
					font-size: 110%;
					font-family: Garamond;
					text-indent: 2em;
					}

.noindent			{
					color: #770066;
					font-size: 110%;
					font-family: Garamond;		
					text-indent: 0em;
					}

.header				{	
					color: #AA2277;		
					text-decoration: underline;
					font-family: Arial;
					}

.level				{
					font-weight: bold;
					color: #770044;
			 		text-indent: 0em;
            		font-family: Garamond;
					font-size: 125%;
					}

.sublevel			{
					font-weight: bold;
					color: #770066;
			 		text-indent: 2em;
          			font-family: Arial;
					font-size: 110%
					}

.expl				{
					font-family: Garamond;
					font-size: 110%;
					color: #770066;
					}

.classification		{
					font-family: Arial;
					font-size: 125%;
			 		color: #990055;
			 		font-weight: bold;
					text-align: right;
					padding-left: 1em;
					}

.classification2	{
					font-family: Arial;
					font-size: 125%;
		 		 	color: #990055;
		 		 	font-weight: bold;
					text-indent: 0em;
					}

.example			{
					font-family: Arial;
					font-size: 110%;
					color: #993366;
					font-weight: bold;
					}

.noindent			{
					padding-left: 0em;
					}

.quote				{
					font-style: italic;
					padding-left: 3em;
					padding-right: 3em;
					}

.byline				{
					font-family: Arial;
					font-size: 90%;
					padding-left: 3em;
					padding-right: 3em;
					}

.title				{
					color: #550055;
             		text-align: center;
		   		 	font-family: Impact;
					font-size: 200%;
					text-indent: 0em;
					}

.subtitle			{
					color: #550055;
					font-style: italic;
		   		 	font-family: Arial;
					font-size: 80%;
					text-indent: 0em;
					}

/* Table formatting and style*/
.tabletitle			{
					font-family: Arial;
					font-size: 125%;
					color: #AAAA99;
					text-align: left;
					font-weight: bold;
					text-indent: 0em;
					background-color: #555599;
					}

.tabletext			{	
					font-family: Garamond;
					font-size: 110%;
					color: #770066;
					text-align: left;
					}

.boards1			{  							/* mimics Wyrldscapes posting format*/
					text-indent: 0em;
					font-family: Arial;
					font-size: 110%;
					color: #CFAE60;
					background-color: #333388;
					}

.boards2			{  							/* mimics Wyrldscapes posting format*/
					text-indent: 0em;
					font-family: Arial;
					font-size: 110%;
					color: #CFAE60;
					background-color: #224477;
					}


/*END table formatting and style*/

/* UL levels of indention */
.nav1				{
					font-family: Arial;
					font-size: 100%;
					list-style-type: square;
					}

.nav2				{
					font-family: Arial;
					font-size: 95%;
					list-style-type: disc;
					}

.nav3				{
					font-family: Arial;
					font-size: 90%;
					list-style-type: circle;
					}

.nav4				{
					font-family: Arial;
					font-size: 85%;
					list-style-type: none;
					}
/* End UL indention levels*/

/* OL levels of indention */
.lev1				{
					font-family: Arial;
					font-size: 100%;
					list-style-type: upper-alpha;
					}

.lev2				{
					font-family: Arial;
					font-size: 95%;
					list-style-type: upper-roman;
					}

.lev3				{
					font-family: Arial;
					font-size: 90%;
					list-style-type: lower-alpha;
					}
/* End OL indention levels*/
