
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
}

a:hover {
	color: black;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

a:hover img {
	border: 1px dashed black;
}

a img {
	border: 1px solid black;
}

body .table {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 14px;
}
body .categ {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 13px;
}

.table a {
	color: #FFFFFF;
}
.logo a:hover img {
	border: 0px solid white;
}

.logo a img {
	border: 0px solid white;
}

.book a {
	color: #FFFFFF;
}
