@charset "utf-8";
/* CSS Document */

h1 {
	color: blue; /* set the header color */
}

.makeRed {
	border-bottom: 1px solid red
}