@font-face
{
	/*font-family: "Impact"; src: url(fonts/impact.ttf);*/
}

body {
	background: url(../images/bg_favory.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
	/*font-family: "Impact";*/
}
#list {
	position: relative;
	float: left;
	top: 60px;
	left: 180px;
}
#list ul {
	list-style: none;
	float: left;
	width: 600px;
	font-size: 14px;
	color: #85c5e1;
}
.title {
	font-size: 72px;
}
.chapo {
	font-size: 20px;
}
.title, .chapo, .link, .link a, .link:visited {
	text-align: center;
	color: #db79a8;
}
.title, .chapo, .links {
	width: 370px;
	margin-left: 110px;
	padding-bottom: 45px;
}
.links ul {
	list-style: none;
	float: left;
}
.links ul li {
	float: left;
	width: 190px;
}
.back {
	text-align: left;
}
.next {
	text-align: right;
}
.back a, .back a:visited, .next a, .next a:visited {
	color: #7cc5e8;
}

.back a, .back a:visited {
	color: #7cc5e8;
}