html {
padding-top : 0;
padding-bottom : 0;
}
body {
font-size : 85%;
line-height : 24px;
margin : 0 auto;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
color : #10182D;
background : #ffffff url(../images/body-bkg.jpg) no-repeat;
}

h1 {font: 18px Palatino, Arial, Helvetica, "New York", times, "times new roman", serif; 
      line-height: 12pt;
      background-color: #ffffff;
      color: #4682b4;
}

h2.serious {font: 22px Palatino, Arial, Helvetica, sans-serif; 
      line-height: 22pt;
      margin-top:-5px;
      margin-bottom:-5px;
      background-color: #ffffff;
      color: #4682b4;
}

h2.silly {font: 16px Palatino, Arial, Helvetica, sans-serif;
      font-style: italic; 
      line-height: 10pt;
      margin-bottom:-5px;
      background-color: #ffffff;
      color: #330033;
}

h2.sillyhome {font: 12px Arial, Helvetica, times, "times new roman", serif;
      font-style: italic; 
      line-height: 10pt;
      margin-bottom:-5px;
}

h3 {font: 13px Arial, Helvetica, times, "times new roman", serif; 
      line-height: 15pt;
      background-color: #ffffff;
      color: #191970;
      margin-bottom:-1px;
} 

a {
    text-decoration: underline;
}
a:link     {
    color: #556b2f;
}
a:visited {
    color: #8b4513;
}
a:active  {
    color: #cc6699;
}
a:hover  {
    color: #b8860b; text-decoration: underline;
}


.image {
	border-style:outset;
	border-color: #b8860b;
	border-width:5px;
 background-color: #ffffff;
      }
