
A:link
{ text-decoration: none; color:#6699FF; }
A:visited
{ text-decoration: none; color:#6699FF; }
A:active
{ text-decoration: none; color:#6699FF; }
A:hover
{ text-decoration: underline overline; color:#6699FF;
}

body 

{
  background-color : #99BBEE;
  margin: 0px;
  padding: 0px;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
}

#header {
  margin-left: 200px;
  margin-right: 200px;
  padding: 0px;
  height: 250px;
  background: #ffffff
}

#left {
  position: absolute;
  left: 5px;
  padding: 0px;
  top: 0px;
  width: 150px;
  background-color: #99BBEE
}

#center {
  margin-left: 200px;
  padding: 2px;
  margin-right: 200px;
  top: 0px;
  background-color: #ffffff
}

#right {
  position: absolute;
  right: 15px;
  padding: 0px;
  top: 0px;
  width: 150px;
  background-color: #99BBEE
}

p.cows { margin-top:90px; }

p.ants { margin-top:200px; font-size: 10px; }

ul li { display:inline; list-style:none; margin-right:20px; margin-right:20px; } 

li img { margin-left:20px; }