body	
	{ background: ivory; color: black; 
	}

p	
	{	position: relative;
		left: 10%;
		width: 80%;
		text-align: justify;
	}


p:first-line	
	{	font-variant: small-caps;
		font-size: large;
		color: red;
	}

p:first-letter	
	{	font-size: x-large;
		color: green;
	}


h1	
	{	font-variant: small-caps;
		border-bottom: inset blue;
	}

h2	
	{	font-variant: small-caps;
		border-bottom: inset red;
	}
	
.ct	{ text-align: center; 
	}
.rt	{ text-align: right; 
	}
.photoCredit
	{	text-align: right;
		font-variant: small-caps; 
		
	}

.black	{ background: black; color: white; font-weight: bold; text-align: center; 
	}
.blue	{ background: aqua; text-align: center; 
	}
.white	{ background: white; text-align: center; 
	}
.red	{ background: red; font-weight: bold; text-align: center;  
	}

