body 
{
background-image: url("backgroundmain.jpg");
background-attachment: fixed;
background-color: #ffffff;
font-family: garamond;
font-size: 15;
font-weight: bold
}

td
{
font-family: garamond;
font-size: 15;
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
}

h1
{
color: #0202C0;
font-family: tempus sans itc;
font-style: italic;
text-decoration: underline;
text-align: center
}

h2
{
color: #ce0000;
font-family: tempus sans itc;
font-style: italic
}



