diff --git a/css/styles.css b/css/styles.css index 7ef8335..241502e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,10 +1,10 @@ /* Document Layout */ body { - line-height: 1.1em; font-family: sans-serif; font-size: 1.0em; - background: "#ffffff"; + line-height: 1.1em; + background: #ffffff; } p { @@ -59,8 +59,9 @@ p { border-style: dotted; border-color: #ffa000; font-family: Courier; - font-size: 1.5em; text-align: center; + font-size: 1.3em; + line-height: 1.5em; padding: 5px; margin-top: 5px; margin-bottom: 5px;