.whiteback { background: white; color: red;  }
	.bluetxt {color: blue; }
.blueback { background: blue;  }
	.yelltxt {color: yellow; }
.greentxt { color: green; }
#middle {
	text-align: center;
	}
#midle {
	text-align: center;
	}	
#just {
	text-align: justify;
	}
#fancy {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: large;				
	font-weight: normal; 
			color: black;
			}
#copy {
	text-align: justify;
		font-size: 80%;
		    color: black;			
	}
.tinytxt {
	font-size: 75%;
	}
.photoright {
	text-align: right;
	padding: 10px;
	border: groove;
	}
.smallcap {
    font-variant: small-caps;
        color: black;
    }
.inline {
    border: none;
    }
.inlinejust {
	border: none;
	text-align: justify;
	}
.inlineright {
	border: none;
	text-align: right;
	}