body {
/* The background color is a light blue gray. */
 background-color: #e9f0f6;
  background-image: url(http://www.geocities.com/roseannesullivan/images/images/stpete.jpg);
 font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif; /* sets all the text on the page */
 color: #006000;
 margin-left: 0%;
 margin-right: 0%; 
}

/* style for pseudo classes  */
a:link {
/* This color is navy. */
 color: #000040;
 text-decoration: none; 
 }
a:hover {
 /* This color is blue gray. */
 color: #40556a;
 text-decoration: none;
}

a:visited {
 /* This color is blue gray. */
 color: #40556a;
 text-decoration: none;
}
a:active {
 /* This color is white. */
 color: #ffffff;
 text-decoration: none;
}
/* style for tag elements here */
h1 {
font-size: x-large;
color: #40556a;
}
h2 {
 font-size: large;
  text-align: center;
 font-weight: bold;
  text-align: center;
 color: #006000;
}
h3 {
  text-align: center;
 font-size: medium;
 font-weight: bold;
 color: #006000;
}
.xsmall {
 font-size: xx-small;
 color: #40556a;
  padding: 3px;
}
.xsmallbold {
 font-size: xx-small;
 font-weight: bold;
 color: #40556a;
 padding: 6px;
} 
.xsmallItalic {
 font-size: xx-small;
 font-style: italic;
 color: #40556a;
 padding: 6px;
} 

.small {
 font-size: small;
 color: #006600;
 padding: 6px;

}
.smallbold {
 font-size: small;
 font-weight: bold;
 color: #006600;
 padding: 6px;
}
.smallitalic {
 font-size: small;
 font-style: italic;
 color: #000600;
 padding: 6px;
}

.medium {
 font-size: medium;
 color: #40556a;
 padding: 6px;
}
.toplink {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 color: #006600;
 background-color: #e9f0f6;
}
.paleblue {
 color: #e9f0f6;
}
#holderdiv div {
  margin: 5px 5px 5px5px;
  color: #40556a;
  padding: 5px 0px 0px 5px;
  background-color: #ffffff;
  border: 1px solid #006600;
}

#holderdiv h2div. div {
  margin: 0px 0px 0px 0px;
  color: white;
  background-color: #eefsfb;
  font-size: xsmall;
  padding: 0px;
  text-align: center;
  border: 1px solid #006600;
}