.spare
{
	background-image: url(images/horizontal_background.gif);
}

body
{
	background: rgb(130, 0, 0);
	margin: 0;
	color: white;
	font-family: arial, helvetica, sans-serif;
}

.contact
{
	text-decoration: none;
	color: red;
	font-size: 150%;
}

.link
{
	color: white;
	font-weight: bold;
}
.link:hover
{
	color: gold;
}

.table
{
	background: silver;
	color: black;
	border: 2px outset black;
}

.table img
{
	border: 2px inset gray;
}

.nav
{
	background: black;
	width: 150px;
	color: red;
	padding: 5px;
}

.nav a
{
	display: block;	
	color: red;
	text-decoration: none;
	padding: 5px;
}

.nav a:hover
{
	text-decoration: underline;
}

hr
{
	color: red;
}

.premiers td
{
	padding: 3px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	
}

.premiers th
{
	padding: 3px;
	background: white;
	color: #900;
	
}



