body {
  background:#fff3c1
  url(cottagebkg.jpg) 
  repeat fixed top center; 
  margin:7 0 0 0
} 
  /* for background */


td {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:12px; 
  color:#000000;
  text-align:center; 
  vertical-align:center;
}
  /* basic font format */


p {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:12px; 
  color:#000000;
  text-align:center; 
  vertical-align:center;
}
  /* p format */


.small {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:10px; 
  text-align:center; 
  vertical-align:center;
}
  /* for small text */


.supersmall {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:1px; 
  text-align:center; 
  vertical-align:center;
}
  /* for super small text */


.large {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:16px; 
  text-align:center; 
  vertical-align:center;
}
  /* for large text */


.superlarge {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:19px; 
  text-align:center; 
  vertical-align:center;
}
  /* for super large text */


.navbar {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:13px; 
  text-align:left; 
  vertical-align:center;
}
  /* for text on the navigation bar */


.tantext {
  font-family:"georgia", "times new roman", "times", serif; 
  color:#f9e7d1;
  text-align:center; 
  vertical-align:center;
}
  /* to make text tan in spite of link formatting */


.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 */


a:link {
  text-decoration:none; 
  font-weight:bold; 
  color:#004000;
}
a:visited {
  text-decoration:none; 
  font-weight:bold; 
  color:#004000;
}
a:active {
  text-decoration:none; 
  font-weight:bold; 
  color:#fff3c1;
}
a:hover {
  text-decoration:underline; 
  font-weight:bold; 
  color:#fff3c1;
}
  /* for links */


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


#base {
  font-family:"georgia", "times new roman", "times", serif; 
  font-size:10px; 
  color:#333333;
  text-align:center; 
  vertical-align:center;
}
  /* for text at the bottom of the page */


#jkcw {
  font-family:"comic sans ms", "comic sans ms5", cursive; 
  font-size:10px;
}
  /* for JoKai CobbWebs text */