.lang_lte {
    	font-family: "DejaVu Sans", "Verdana", sans-serif;
}

.lang_hi {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana", "Verdana Ref", sans-serif;
}

html {
    font-family: "DejaVu Sans", "Verdana", sans-serif;
    font-size: 75%;
}

ul, ol {
    margin: 0;
    padding: 0 0 0 2em;
}

li {
    margin: 0;
    padding: 0;
}

a img {
    border-style: none;
}

a:link {
    color: blue;
    text-decoration: none;
}
a:visited,
a:active {
    color: purple;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: gray;
}

/* Rozszerzenie stytowania z populusa. */

table.wg_small {
        border-collapse: collapse;
}

table.wg_small td,
table.wg_small th,
table.wg_border td,
table.wg_border th {
        border: solid 1px black;
        padding: .5em;
}

/* Klasy standardowe dla edytora WYSIWYG */
.wg_notice {
        border: solid 1px black;
        margin: 2em;
        padding: 2em;
}

.wg_dscr {
	color: gray;
        margin: 2em;
        padding: 2em;
} 

.wg_important {
        color: red;
}

.wg_border {
        border: solid 1px black;
}

.wg_small {
        font-size: .8em;
}
