body { 
margin-left: 5%;
margin-right: 5%; 
color: darkgreen; 
background-color: rgb(255, 255, 204);
}

a.link { color: #006600; text-decoration:none } /* for unvisited links */
:visited { color: purple; text-decoration:none } /* for visited links */
:active { color: navy } /* when link is clicked */
:hover { color: purple } /* when mouse is over link */
.small {font-size: 80%;
text-align: center;}

a.under {text-decoration: underline;
color: #2F4F2F;}

h1 {font-style: italic;
color: darkgreen;}

h3 {font-style: italic;
color: darkgreen;}

.header {font-size: 280%;
font-style: italic;
font-weight: bolder;
}

.headera {font-style: italic;
}