/* GENERAL */

* {
margin: 0;
padding: 0;
}

body,
input,
textarea
{
font-family: arial, verdana, arial, times, "times new roman", serif;
font-size: 12px;
}

html {
color: #000;
background-color: #fff;
}

body {
background-color: #fff;
}

a {
color: #000;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #000;
background-color: transparent;
text-decoration: underline;
}

img {
border: 0;
vertical-align: middle;
}

p {
text-align: left;
}

input {
padding: 1px 2px;
}

textarea {
padding: 2px;
}

.none {
position: absolute;
left: 0;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: .1em;
}

li {
list-style: none;
}


