body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/fond.jpg);
	color: #FFF;
	background-attachment: fixed;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
}
.p {
	color: #FAFF1B;
	font-size: 14px;
	font-weight: bold;
}
.pbig {
	font-size: 14px;
	text-align: center;
}
a {
	color: #F90;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.italik {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F30;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
}

