
.mainBody{
color:#000;
width:700px;
background-color:#DEEDFF;
	padding-top:6px; 
background-image: url(top.png);
background-repeat: no-repeat;
background-position: left top;
}

.divBodydiv{
	background-image: url(bottom.png);
	background-position: left bottom;
	padding-top:1px;
	padding-bottom:5px;
}

.pageTitle{
height:50px;
border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#00f;
font-size:7px;
}

.contentBody{
font-size:17px;
}

.style2 {font-size: 12px}
.style3 {font-size: 14px}

a:link {
  color: #0000FF;
  background-color:inherit;
  }
  
a:visited {
  color: #00f;
  background-color:inherit;
  }

a:hover 
{
  color: #00f;
  background-color:inherit;
text-decoration: underline;
}
a:active 
{
  color: #00f;
  background-color:inherit;
text-decoration: underline;
}
h1 {
border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#00f;
}