/* basic formating of text */
html,body { margin: 0; padding: 0; color: #666666; }
body, td, th, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, ol, li, address, form, hr, fieldset {
 font: normal normal normal 11px/1em Tahoma,Helvetica,Verdana,sans-serif;
 margin: 0px; padding: 0px;
}
img, fieldset { border: none; }
ol li,
ul li { list-style: none; }

a, a:link, a:visited, a:hover, a:active { color: #333333; text-decoration: underline; }
a:hover { text-decoration: underline; }

.cl { clear: both; }


