body { margin-left: 10%; margin-right: 10%;}
h1 {font-size: 200%; font-family: Arial, sans-serif;
color: black;}
h2 {font-size: 150%; font-family: Arial, sans-serif;
color: black;}
h3 {font-size: 140%; font-family: Arial, sans-serif;
color: black;}
body {font-size: 110%; font-family: Arial, sans-serif; background-color: rgb(234,223,178);
color: black;}
a:link { color: rgb(0, 0, 153) }  /* for unvisited links */
a:visited { color: rgb(139, 0, 139) } /* for visited links */
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */

textarea { background-color: #FFFFFF; color: black; }
