
body
{
    background-image:url(DSC06904.jpg);
    background-size:cover;
    background-position:center;
    font-size:25px;
    font-family:Verdana;
    font-stretch:center;
    color:yellow;
    text-shadow: black 0px 0px 10px;}
h1
{
    font-size:65px;
    font-family:Noteworthy;
    font-stretch:center;
    color:white;
    text-shadow: black 0px 0px 50px;
    
}
h2
{
   font-size:40px;
    font-family:Apple Chancery;
    font-stretch:center;
    text-shadow: black 0px 0px 50px;    /*color:black;*/
    
}
a:link
{
   color:red;
}
a:visited
{
   color:white;
}
a:hover
{
    /*font-size:45px;*/
    color:orange;
   
}

