/* this is general setup main body of the page */
body {
  font-family: Tahoma, Geneva, sans-serif;
  color: black;
  background-color: black;
  background-image:url('sunflower.jpg');
  background-repeat:no-repeat;
  background-position:right top; }
  
/* this is for links in the body of the bage */  
a:active {
font-weight: normal;
text-decoration: underline;
color: black;
}
a:link {
font-family: Tahoma, Geneva, sans-serif;
font-weight: normal;
text-decoration: underline;
color: black;
}
a:visited {
font-family: Tahoma, Geneva, sans-serif;
text-decoration: underline;
color: black;
}
a:hover {
font-family: Tahoma, Geneva, sans-serif;
font-weight: normal;
text-decoration: underline;
color: white;
}