.author {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color : #9C9D9D;
}
.input_txt {
	font-family : Arial, Helvetica, Sans Serif;
	font-size : 12px;
	color: white;
	background-color : black;
	border-color : white;
	border-width: 3px;
}
.input_btn {
	font-family : verdana;
	font-size : 11px;
	color : white;
	background-color : #656D83;
	border-color : black;
}
.description {
	font-size: 12px;
	color : navy;
	font-family : Tahoma;
}
.news {
	font-size: 12px;
	color : black;
	font-family : Arial, Helvetica, Sans Serif;
}
a.normal {
	font-size: 12px;
	font-family : Arial, Helvetica, Sans Serif;
	text-decoration:none;
	color:blue;
}
a.normal:hover {
	font-size: 12px;
	font-family : Arial, Helvetica, Sans Serif;
	text-decoration:underline;
	color:blue;
}
a.link {
	font-size: 16px;
	font-family : Arial, Helvetica, Sans Serif;
	text-decoration:none;
}
a.link:hover {
	font-size: 16px;
	font-family : Arial, Helvetica, Sans Serif;
	text-decoration:underline;
}
.none {
	font-size: 0px;
	color: white;
}
.contact {
	font-family : Tahoma;
	font-size : 11px;
	color: black;
}
.email {
	font-family : Tahoma;
	font-size : 11px;
	color: blue;
	text-decoration:none;
}
.email:hover {
	font-family : Tahoma;
	font-size : 11px;
	color: gray;
	text-decoration:none;
}
.nadpis {
	font-family : Tahoma;
	font-size : 16px;
	color: black;
	font-weight: normal;
}
.normal {
	font-family : Arial, Helvetica, Sans Serif;
	font-size : 12px;
	color: black;
}

