BODY {
	font-family : "Comic Sans MS";
	color : Black;
	background-color : White;
}
.short { width: 200px; }
.full{ width: 550px; }
.smaller { font-size: smaller; }
.smallest{
	font-size: xx-small;
}

.blue {color: blue; }

.red {color: red; font-size: larger; }

TD {
	font-family : "Comic Sans MS";
	color : Black;
}
TABLE {
	width : 561px;
}
H1 {
	color : Blue;
	font-size : 2.6em;
	font-family : "Comic Sans MS";
	text-align : center;
}
H2 {
	color : Blue;
	font-size : large;
	font-family : "Comic Sans MS";
	text-align : center;
}


H4 {
	color : Blue;
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : lighter;
}

HR {
	color : Blue;
	height : 1px;
}
