#yelbox {
	font-size: 110%;
	font-variant: small-caps;
		font-family: Times, "Times New Roman", Georgia, serif;
				color: navy;
				}
#handfont {
	font-family: "Black Chancery", "Comic Sans MS", cursive;
	font-weight: normal;
	font-size: large; 
			}
.handyfont {
	font-family: "Black Chancery", "Comic Sans MS", cursive;
	font-weight: normal; 
				font-size: large; 
			}
.proudtxt {
	font-size: 150%;
	font-weight: 500;
	font-variant: small-caps;
	}
td {
	padding: 10px;
	}
table {
	width: 100%;
	color: black;
		text-align: center;
	}
.noborder	{ border: none; }
.just	{text-align: justify; }
.emph {
		font-weight: bold;
		}
.lean {
		font-style: italic;
		}
.strike {
	text-decoration: line-through;
	}
.floatl {
	float: left;
	padding-right: 10px;
	}
.floatr {
	float: right;
	padding-left: 10px;
	}
.redtext { color: red; }
.navytext { color: navy; }
.greentext { color: green; }
.blue	{background: blue;
			color: yellow;
			}
.red	{background: red;
			color: blue;
			}
.navy	{background: navy;
			color: red;
			}
.green	{background: green;
			color: purple;
			}
.white	{background: white;
			color: red;
			}
.big50	{font-size: 150%;}
.blackout {background: black;
			color: silver;
			}
.purplewhite {background: purple;
		color: white;}
.redwhite {background: red;
		color: white;}
.bluewhite {background: blue;
		color: white;}