/* CSS Document */

body {
   margin: 0px;
   padding: 0px;   
   color: #5D5C5C;
   /*font-size: 75%;*/
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
   background-color: #E7EEC8;
} 
h1, h2, h3, h4, h5, p, form, input{
  margin: 0px;
  padding: 0px; 
}
a {
  text-decoration: none;
  color: #5d5c5c; 
}
a:hover {text-decoration: underline;}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
