BODY {
	font-family : "Comic Sans MS";
	color : Black;
	background-color : White;
}
.short { width: 200px; }
.full{ width: 680px; }
.smaller { font-size: smaller; }
.smallest{
	font-size: xx-small;
}

.blue {color: blue; }
.red {color: red; font-size: larger; }

.left {
	text-align: left;
}

TD {
	font-family : "Comic Sans MS";
	color : Black;
	}
TABLE {
	width : 680px;
}
H1 {
	color : Blue;
	font-size : 2.6em;
	font-family : "Comic Sans MS";
	text-align : center;
}
H2 {
	color : Blue;
	font-size : 1.6em;
	font-family : "Comic Sans MS";
}

H6 {
	color : Blue;
	font-size : large;
	font-family : "Comic Sans MS";
	text-align : left;
}

H7 {
	font-size : large;
	font-family : "Comic Sans MS";
	text-align : center;
	color : Red;
}


H4 {
	color : Blue;
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : lighter;
}

H5 {
	color : Black;
	font-family : "Comic Sans MS";
	font-size : 18px;
	font-weight : normal;
}

HR {
	color : Blue;
	height : 1px;
}

