/* General HTML elements */
body { font: 62.8% Arial, Helvetica, sans-serif; text-align: center; }

h1 { font: bold 2.3em Century Gothic, Arial, Helvetica, sans-serif; }
h2 { font: bold 2.1em Century Gothic, Arial, Helvetica, sans-serif; }
p { font-size: 1.4em; }
ul, ol { font-size: 1.4em; }
ul ul, ul ol, ol ul, ol ol { font-size: 1em; }

a { text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }

/* Content */
div#content { text-align: left; }

/* Footer */
div#footer p { font-size: 1.1em; }