body { 
  font-size: small; 
  font-family: Arial, sans-serif; 
  background-color: #FFFFFF; 
} 

#enlarged_image { 
  margin: 0px; 
  position: absolute; 
  top: 39px; 
  left: 285px; 
} 

#work_statement { 
  margin: 0px; 
  position: absolute; 
  width: 351px; 
  top: 39px; 
  left: 285px; 
  text-align: justify; 
} 

#navigation { 
  margin: 0px; 
  position: absolute; 
  width: 143px; 
  top: 39px; 
  left: 39px; 
  font-size: 156%; 

} 



table { 
  border-collapse: collapse; 
} 


td { 
  padding-right: 10px; 
  padding-bottom: 10px; 
  text-align: center; 
} 


p { 
  margin: 0px; 
} 

a:link img { 
  border-style: none; 
} 

a:hover img { 
  border-style: none; 

} 



a:visited img { 
  border-style: none; 
} 

a:link { 
  color: black; 

} 


a:visited { 
  color: black; 
} 

a:hover { 
  color: #888888; 
} 


