	body {
		background: White;
		background-image: url(images/spray.jpg);
		font-family: Times Roman,serif;
		color: black;
	}

td {
		font-size: larger;
}

h1 { 	font-size: 400%;  
		font-weight: normal;
		text-align: center;
		font-family: arial, hevetica, sans-serif;
		color: White;
  }

h2 {
		font-size: 250%; 
		font-weight: bold;
		color: White;  
		text-align: center;
		margin-top: 0em;
		margin-bottom: 0em;
}

h3 { 	font-size: 150%;  
		font-weight: bold;
  }
  
 h4 { 	font-size: 150%;  
		font-weight: normal;
		text-align: center;
		margin-top: 4px;
  }

	a:link {
		color: Blue;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
		color: Red;
	}
	a.icon:visited{
		color:navy
	}

hr {
	color: #B5BDCE;
	margin-left: 20px;
	margin-right: 20px;
}

.smaller {font-size: smaller;
}

.cartouche {
	margin:1em;
	padding:1em;
	text-align : justify; 
	background-color: White;
	border: double #B5BDCE;
}

p.review	{
	margin-bottom:0em;
}
p.reviewer	{
	margin-top:0em;
	text-indent: 2em;
	font-style: italic;
}

#navbar	{
	border: double #B5BDCE;
	background-color: White;
	margin:1em;
	padding:1ex;
}

 p.here {
	margin: 3px;
	color: #6F787F;
	font-weight: bold;
	padding: 2px;
	background-color: #CED7DE;
	border : 1px solid #B5BDCE;
}

p.item {
	margin: 3px;
	color: White;
	font-weight: bold;
	background-color: #B5BDCE;
	border : 1px solid #B5BDCE;
}

a.item:link, a.item:visited {
	color: White;
	font-weight: bold;
	background-color: #B5BDCE;
	border : 1px solid #B5BDCE;
	display: block;
	text-decoration: none;
	width:100%;
}

a.item:hover, a.here:hover {
	color: #6F787F;
	font-weight: bold;
	background-color: White;
	border : 1px solid #B5BDCE;
	text-decoration: None;
	display: block;
	width: 100%;
}

p.caption 	{
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}