a:link {color:blue;}       /* unvisited link */
a:visited {color:blue;}    /* visited link */
a:hover {color:#FF00FF;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
body
{
background-color:black;
background-image:url('rose.jpg');
background-repeat:no-repeat;
background-position:top center;
}
h2
{
font-family:"Palatino Linotype", Palatino, serif;
color:white;
text-align:center;
}
h3
{
font-family:"Palatino Linotype", Palatino, serif;
color:white;
text-align:center;
}
