@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;} /* Makes sure that everything is without margins or padding to begin with, as some browsers add these when you don't want them to */

p {font-size: 12pt; line-height: 16pt; padding-bottom: 8pt;}

body, html {font-family: Georgia, "Times New Roman", Times, serif;}
#header h1 {display: none;}
#header {float: left; padding: 0 60pt 1000pt 0;}
#menu {display: none;}
#intro p {font-size: 16pt; line-height: 20pt;}

