HR{
	text-align: center;
	background: Silver;
}

.bold{
	font-weight: bold;
}

.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.boldbig{
	font-weight: bold;
	font-size: 110%;
}

.boldred{
	color: Red;
	font-weight: bold;
}

.boldbigblueitalic{
	color: Blue;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}

.boldbigLtBlue{
	color: #0066ff;
	font-weight : bold;
	font-size : 110%;
}

.center{
	text-align: center;
}

.bigger{
	font-size : 115%;
}

.footer{
	font-size: 80%;
	font-weight: bold;
}

.small{
	font-size: 80%;
}

.smaller{
	font-size: 70%;
}

.smallest{
	font-size: 60%;
}

.uhoh{
	color: Lime;
	font-weight: bold;
}



