/* Liz's HTML cascading style sheet for Groton project */

a {text-decoration: none}

/* use ordering link, visited, hover, active... */
a:link {
color:white;
}

a:visited {
color:#d0d0ff;
}

a:hover {
color:#a08080;
}

body {
margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
color: white;
background: black url("back.jpg");
font-family: "Helvetica" sans-serif;
font-size: 20px;
font-weight: bold
}

h1 {color: #c0c0c0}

h2, h3 {color: #e0e0e0}

table {
width:100%;
cellpadding: 0;
font-weight:bold
}
