body { background: #f4e9bd url('gfx/gfx.jpg') no-repeat;}

a:link, a:visited, a:active { 
	color:#154670; 
	text-decoration: none; 
}

a:hover { 
	color:#9eb5c9; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body, table, tr, td, ul, li {
	font: 70%/140% "Trebuchet MS", Verdana, "Trebuchet MS", Arial, Sans-Serif;
	letter-spacing: 2px;
	color: #413538;
}

/* styl formularza */
input, textarea, option, select {
	background-color: #ffffff;
	font: 8pt tahoma, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #404040;
	padding:2px;
	margin-left: 1em; 
}

/* położenie diva głównego */
.main {
	width: 303px; 
	left: 253px; 
	top: 150px; 
	height: 395px;
	position: absolute; 
	overflow: auto; 
}

/* położenie diva z menu Fanlisting */
.menu {
	width: 170px; 
	left: 61px; 
	top: 276px; 
	height: 267px;	
	position: absolute; 
	text-align: center;
}

/* modyfikacja tekstu */
.nag {
	color: #7e7037;
	font-size: 16px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-right:0.5em;
}

.kod {
	font: 7pt tahoma, sans-serif;
	text-align: center;
}

.tekst {
	text-align: justify;
	margin-right:0.5em;
}

.stopka {
	color: #7e7037;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align: center;
	margin-right:0.5em;
}
               
img {border: 0;}
hr {color: #d5e0e3; style: dotted;}