body { background-color: grey; font-family: Helvetica, sans-serif; font-size: 10pt; } h1 /* Replace this rule for Checkpoint #2 */ { color: black; text-align: center; } h3 strong { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 150%; } p /* Replace this rule for Checkpoint #2 */ { font-family:"Times New Roman"; font-size:20px; } a { color : darkgreen; } a:hover { color : red; text-decoration : none; } ol { list-style-type: numeric; font-size:20px; }