A:link {
 COLOR: maroon; /*The color of the link*/}
A:visited {
 COLOR: black; /*The color of the visited link*/}
A:hover {
 COLOR: green; /*The color of the mouseover or 'hover' link*/}

body {
  background-color: #4682B4;
  text-align: center;
  text-transform: inherit;
  font-family:Copperplate Sans-serif;
  color:black;
}

h1 {
  font-family:Copperplate Sana-serif;
  color:black;
  text-transform: none;
  font-size: 3em;
}

h2 {
  font-family:Copperplate Sans-serif;
  color:black;
  text-transform: none;
  font-size: 2em;
}
#header {
  height:40px;
  text-transform: none;
  position:relative;
  background: transparent url(header_bkg.png) repeat-x scroll top center;
}

p.txt {
  font-family:Copperplate Sans-serif;
  color:black;
  text-transform: none;
  text-align:left;
  font-size: 16px;
}
img.home
{
width:130px;
height:110px;
}
img.pool
{
width:230px;
height:230px;
}
img.horse
{
width:230px;
height:270px;
}
img.wide
{
width:270px;
height:230px;
}
img.wider
{
width:330px;
height:230px;
}
}
img.cow
{
width:660px;
height:460px;
}
#ServiceList li 
{
  list-style: none;
  text-transform: none;
/*  float: left; */
}

/* center css start */
/* Main menu settings */
#centerdata {
   clear:both;
   float:center;
   margin:0;
   padding:0;
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centerdata ul {
   margin:0;
   padding:0;
   list-style:none;

   position:relative;
   right:50%;
}
#centerdata ul li {
   margin:0 0 0 1px;
   padding:0;
   float:center;
   position:relative;
   left:50%;
   top:1px;
}
/* center css end */

/* left css start */
/* Main menu settings */
#leftdata {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#leftdata ul {
   margin:0;
   padding:0;
   list-style:none;

   position:relative;
   right:50%;
}
#leftdata ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
/* left css end */