body {
	font-family:verdana;
	color:#2F4F4F;
	background-color: #B8860B;
	font-size:14px;
}
a:link {
    text-decoration: none;
     color: #00FF00;
}
a:visited {
    text-decoration: none;
    color: #00FF00;
}
a:active {
    text-decoration: none;
    color: #00FF00;
}
a:hover {
    font-weight: bold;
    color: #40E0D0;
}
a.lin:link , a.lin:visited {
    display: block;
    text-decoration: none;
	padding-left: 5px;
    color: #FF8C00;
    background: inherit;
}
a.lin:hover {
    background: #EEE8AA;
}
#main{
    width:720px;
    padding-top: 30px;
    margin: 0px auto;
    padding-bottom:30px;
}
#men{
    text-align: left;
    float: left;
    width:120px;
}
#opis{
    width: 585px;
    float: left;
    padding-left:15px;
}
#info{
    width:700px;
    padding-top: 10px;
	margin:0px auto;
	font-size: 12px;
	text-align: center;
}
#stopka{
    width:700px;
    padding-top: 10px;
	margin:0px auto;
	font-size: 10px;
	text-align: center;
    clear: both;
}
div.tytul{
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
div.tresc{
	text-align: justify;
    font-size: 14px;
    text-indent: 20px;
}
div.pmn {
	border: 3px;
	border-style: solid;
	border-color: #32CD32;
	margin-top: 10px;
    }
div.nazwa{
	border-top: 2px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ADFF2F;
	text-align: center;
	background: #9ACD32;
	color: #00FF00;
	font-weight: bold;
}
div.linki{
	border: 2px;
	border-style: solid;
	border-color: #ADFF2F;
	background: #98FB98;
}

