/*stylesheet.css*/



body {background: lightseagreen; color: navy; font-family: "techno"; margin-left: 30px}
a {text-decoration: none; color: whitesmoke; font size: 1.6em}
a:hover {color: goldenrod}

