
body {
background-color: pink;
color: white;
/* comment on this line color is color of text */
padding-left: 10%;
padding-right: 10%;
padding-top: 20px;
padding-bottom: 30px;
}

/* style the background above, the paragraphs below*/

p {
font-family: Garamond;
font-size: 18pt;
color: red;
}

/*web safe fonts http://web.mit.edu/jmorzins/www/fonts.html */

/*The fonts that are most compatible on the web are:

Arial / Helvetica
Times New Roman / Times
Courier New / Courier
Palatino
Garamond
Bookman
Avant Garde

 

Fonts that work on Windows and MacOS but not Unix+X are:

Verdana
Georgia
Comic Sans MS
Trebuchet MS
Arial Black
Impact

*/