 body {
	background-image: url(/images/backgrd/back_11.jpg);
	padding: 5px;
}

 body.rpg {
 	background-image: url(/images/backgrd/glass.jpeg)
	}

 body.tekumel {
 	background-color: aqua; 
	background-image: none
	}

 body.plain {
 	background-color: white; 
	background-image: none
	}

 a:link {
 	color: blue
	}

 a:visited {
 	color: purple
	}

 .c1 {
 	text-align: center
 	}

 .i1 {
 	margin-left: 2em
	}

 .redfont {
 	color: red
	}

 .wingdings {
 	font-family: Wingdings
	}

 .bigfont {
   font-size: larger; 
   font-weight: bolder;
 	}

 .smallfont {
   font-size: smaller; 
 	}

 .fantasyfont {
 	font-family: Calligrapher;
 	}

 .quote {
 	width: 60%; 
	text-align: left;
 	}

 .quote-sig {
 	width: 60%; 
	text-align: center;
 	}

 .footer, .header {
 	text-align: center;
 }

 .midnight-headline {
	font-family: serif;
	font-size: x-large;
}

 .midnight-banner {
	font-family: fantasy;
	font-size: xx-large;
	text-align: center;
}

 .fancy-header {
	font-family: fantasy;
	text-align: center;
}

 .enzo-masthead {
	font-family: cursive;
	font-size: smaller;
	background-color: Silver;
}

.white {
	color: white;
}

