/* CSS Document */

body {font-family: Arial; font-size:13px; color: #000000; background-color: #fff0f0; margin-right: 10%; margin-left: 10%}

/* regular text */
p {font-family: Arial; font-size:13px; color: #000000; background-color: #fff0f0; text-align: justify;}

/* main headers at top of page */
h1 {font-family: Arial; font-size:32px; font-weight: bold; color: #0000ff; text-align: center;}

/* secondary headers at top of page */
h2 {font-family: Arial; font-size:20px; font-weight: bold; color: #0000ff; text-align: center;}

/* slighty larger than p and centered */
h3 {font-family: Arial; font-size:15px; font-weight: normal; color: #000000; text-align: center;}

/* same as p except this is centered */
h5, td {font-family: Arial; font-size:13px; font-weight: normal; color: #000000; text-align: center;}

/* navigation menu at top of page */
h6 {font-family: Arial; font-size:10px; color: #0000ff; text-align: center;}
