body {
  background:#ffffff
  url(petediprimio-notebook.gif) 
  repeat-y fixed top left; 
  margin:7 0 0 0
} 
  /* for background */


td {
  font-family:"verdana", "geneva", sans-serif; 
  font-size:15px; 
  color:#000000;
  text-align:center; 
  vertical-align:center;
}
  /* basic font format */


#welcome {
  font-family:"verdana", "geneva", sans-serif; 
  font-size:17px; 
  font-weight:bold; 
  text-align:center; 
  vertical-align:center;
}
  /* for welcoming text */


.small {
  font-family:"verdana", "geneva", sans-serif; 
  font-size:10px; 
  text-align:center; 
  vertical-align:center;
}
  /* for small text */


.supersmall {
  font-family:"verdana", "geneva", sans-serif; 
  font-size:1px; 
  text-align:center; 
  vertical-align:center;
}
  /* for super small 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 */


a:link {
  text-decoration:none; 
  font-weight:bold; 
  color:#333eaf;
}
a:visited {
  text-decoration:none; 
  font-weight:bold; 
  color:#333eaf;
}
a:active {
  text-decoration:none; 
  font-weight:bold; 
  color:#333eaf;
}
a:hover {
  text-decoration:none; 
  font-weight:bold; 
  color:#90b1de;
}
  /* for links */


.blackline {
  background-color:#000000;
  font-size:1px; 
}
  /* for black lines */


.grayarea {
  background-color:#eeeeee;
}
  /* for gray areas */


.whitetext {
  font-family:"verdana", "geneva", sans-serif; 
  font-weight:bold; 
}
  /* to make header links white in spite of link formatting */


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


#base {
  font-family:"verdana", "geneva", sans-serif; 
  font-size:11px; 
  text-align:center; 
  vertical-align:center;
}
  /* for text at the bottom of the page */


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