
a { text-decoration: none; }
a:link { color: black; }
a:visited { color: purple; }
a:hover { text-decoration: underline; color: red; }
p { font-size: 0.9em; }
body { background-image: linear-gradient(#98fb98, #ffe4e1); }