body
{
background-image: url("backgroundmain.jpg");
background-attachment: fixed
}

li
{
font-family: garamond;
font-size: 12;
font-weight: bold
}

a:visited
{
color: blue;
text-decoration: none
}

a:hover
{
color: green; 
text-decoration: underline
}

a:link
{
color: blue; 
text-decoration: none
}

a:active
{
color: red; 
text-decoration: none
}
