body
{
background-repeat: no-repeat;
background-position: center;
}


p
{
color: black;
}


h1
{
color: #000000;
font size: 25;
font-weight: bold;
font-family: "Robson Celtic", serif;

}

h2
{
color: #000000;
font size: 15;
font-weight: bold;
}

a:link
{
color: white;
}

a:visited
{
color: white;
}

a:active
{
color: green;
}

a:hover
{
color: brown;
}