html, body, form, fieldset {
margin: 0;
padding: 0;
border: none;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, li {
font-weight: normal;
margin:0;
padding: 0;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6 {
font-size:1em;
}

sup {
position: relative;
bottom: 0.3em;
vertical-align: baseline;
}

sub {
position: relative;
bottom: -0.2em;
vertical-align: baseline;
}

li, dd, blockquote {
margin: 0;
padding:0;
}

a, a:link, a:visited, a:hover, a:active {
outline: 0; 
/*text-decoration: none;*/
}

a img {
border: none;
text-decoration: none;
}

img {
border: none;
text-decoration: none;
}

label, button {
cursor:pointer;
}

/*input, select {
font-size: 1em;
}*/

textarea {
font-size: 1.4em;
}

input:focus, select:focus, textarea:focus {
background-color: #FFF;
}

fieldset {
border: none;
}