body {
		background: #334761;
		background-image: url(images/marble.jpg);
	    font-family: "Optima Std Roman", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
		color: black;
		margin:10px 30px;
	}
	
h1	{
	background: #334761;
	color : White;
	font-family: "Optima Std Roman", "Palatino Linotype", "Bookman Old Style", "Times New Roman", serif;
	font-size:300%;
	text-align: center;
	margin: 5px 0px 15px 0px;
	padding: 3px; 
	border : 3px ridge #CF8686;
}

H2 {
   font-weight : bold; 
   font-size : 150%; 
   color : #93A85D;
}

H3 {
   font-weight : bold; 
   font-size : 120%; 
   color : #756874; 
   margin-bottom : 0; 
}

H4 {
   font-size : 120%; 
   margin-bottom : 0; 
}

div.menu	{
	float: right;
	margin: 22px 0px 10px 20px;
	width: 150px;
	background: #334761;
	text-align: center;
	border : 3px ridge #CF8686;
}

 p.here {
	margin: 3px;
	background: #F2F1DF;
	color: Black;
	font-weight: bold;
	padding: 2px;
	border : 2px ridge #CF8686;
}

p.item {
	margin: 3px;
	color: White;
	font-weight: bold;
	background-color: #756874;
	padding: 2px;
	border : 2px ridge #CF8686;
}

a.item:link {
	color: White;
	font-weight: bold;
	background-color: #756874;
	display: block;
	text-decoration: none;
	width:100%;
}

a.item:visited {
	color: #F2F1DF;
	font-weight: bold;
	background-color: #756874;
	display: block;
	text-decoration: none;
	width:100%;
}

a.item:hover {
	color: White;
	font-weight: bold;
	background-color: #93A85D;
	text-decoration: None;
	display: block;
	width: 100%;
}

.cartouche {
	color : Black;
	background-color: #F2F1DF;
	margin: 0px 180px 10px 0px;
	padding: 1em; 
	border : 3px ridge #CF8686;
}

td {
		font-size: larger;
}

HR {
    height: 3px;
    width: 80%;
	margin: 1em 3em;
    color: #756874;
	background-color: #756874;
}

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

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

a.credit:link  {
	color: #F2F1DF;
	text-decoration: none;
	}

a.credit:hover  {
	color: Yellow;
	text-decoration: underline;
	}

a.credit:visited  {
	color: White;
	text-decoration: none;
	}

a:link {
		color: #756874;
		font-weight: bold;
		text-decoration: underline;
	}
	
a:visited {
		color: #334761;
		font-weight: bold;
		text-decoration: underline;
	}

a:hover {
		color: #93A85D;
		font-weight: bold;
		text-decoration: underline;
	}

