@namespace url(http://www.w3.org/1999/xhtml);
html{
	height:100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  height:100%;
}

body {
  
  font-size:100.1%;
  
}

h1 {
 
  
}
h1,h2 {
  font-size: 20px;
  font-weight:normal;
}
h3 {
  font-size:1em;
}
a {
	color:#666;
  text-decoration: none;
 
}
a:hover {
	color:#d4b77b;
  text-decoration: underline;
}
a img {	
  border: none;
}
ul {
 list-style-type: none;
}
form,
input,div,
fieldset,
object,
img,
select,
legend,ul,li,
p,img,h1,h2,h3,
table,tbody,tr,td,button
{
  padding: 0;
  margin: 0;
  border:0;
 
}
table,
textarea,
select,
option,
input {
  font-size: 1em;
}