@charset "ISO-8859-1";

/****************/
html, body {
margin: 10px;
padding: 0px;
}

body, textarea, input {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

a, a:link, a:visited, a:hover, a:active { 
text-decoration: underline; 
color: #027b3e;
}

.center {
text-align: center;
}