/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }

/* basic page elements */

/* LINK COLORE */
a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

.module-content a { color: #666666; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

/* page layout */

body {
    color: #000;
    background: #ffffff;
    margin-top: 4px;
    margin-left: 0px;
}

#container {

}

li {
list-style-image: url(http://www.df-miya.com/potal/mark.gif);
line-height: 14px;
font-size: 9px;
}
