body
{
	background-image:url("images/sable.jpg");
	background-attachment:fixed;
	background-position :top left;
	width: 800px;
	margin: auto;
	margin-bottom: 20px;
	background-color:#000000;
	font-family:"Comic sans MS", Arial;

}
img 
{ 
	border : none; 
}


h2
{
	color: #000000;
	text-align: center;
}

a
{
color:#dcc28d;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

p
{
color:#602b00;
}


h1
{
	font-size:45px;
	color:#602b00;
	font-weight:bold;
	margin-bottom:0px;
}
