body {
  background:url(fishermanbkg.jpg) 
  no-repeat fixed center center; 
  margin:0 0 0 0;
  cursor:url("weddingcursor.ani") !important;
} 
  /* for background */


#sDiv0 {font-family:"arial black"; font-size:12px; color:lightgreen;}
#sDiv1 {font-family:"arial black"; font-size:12px; color:yellow;}
#sDiv2 {font-family:"arial black"; font-size:12px; color:skyblue;}
#sDiv3 {font-family:"arial black"; font-size:12px; color:lightgreen;}
#sDiv4 {font-family:"arial black"; font-size:12px; color:skyblue;}
#sDiv5 {font-family:"arial black"; font-size:12px; color:yellow;}
#sDiv6 {font-family:"arial black"; font-size:12px; color:lightgreen;}
#sDiv7 {font-family:"arial black"; font-size:12px; color:skyblue;}
#sDiv8 {font-family:"arial black"; font-size:12px; color:yellow;}
#sDiv9 {font-family:"arial black"; font-size:12px; color:lightgreen;}
  /* for sparksaflyin' */


td {
  font-family:"comic sans ms", "comic sans ms5", cursive; 
  font-size:13px; 
  color:#000000;
  text-align:center;
  vertical-align:center;
}
  /* basic font format */


.small {
  font-family:"comic sans ms", "comic sans ms5", cursive; 
  font-size:10px; 
  text-align:center; 
  vertical-align:center;
}
  /* for small text */


.supersmall {
  font-family:"comic sans ms", "comic sans ms5", cursive; 
  font-size:1px; 
  text-align:center; 
  vertical-align:center;
}
  /* for super small text */


.large {
  font-family:"comic sans ms", "comic sans ms5", cursive; 
  font-size:16px; 
  text-align:center; 
  vertical-align:center;
}
  /* for large text */


.superlarge {
  font-family:"comic sans ms", "comic sans ms5", cursive; 
  font-size:19px; 
  text-align:center; 
  vertical-align:center;
}
  /* for superlarge text */


.bold {
  font-weight:bold; 
}
  /* for bold text */


.italic {
  font-style:italic; 
}
  /* for italic text */


.right {
  text-align:right; 
}
  /* for right-aligned text */


.left {
  text-align:left; 
}
  /* for left-aligned text */


.justify {
  text-align:justify; 
}
  /* for justified text */


.red {
  color:#ff0000; 
}
  /* for red text */


.white {
  color:#ffffff; 
}
  /* for white text */


.navy {
  color:#000b7f; 
}
  /* for navy text */


a:link {
  text-decoration:none; 
  font-weight:bold; 
  color:#000b7f;
}
a:visited {
  text-decoration:none; 
  font-weight:bold; 
  color:#55a0ff;
}
a:active {
  text-decoration:none; 
  font-weight:bold; 
  color:#ff900a;
}
a:hover {
  text-decoration:underline; 
  font-weight:bold; 
  color:#4f8060;
}
  /* for links */


img {
  border:none;
} 
  /* for image borders (or lack thereof) */