@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FCA596;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
h1 {
	font-size: 150%;
	color: #0F0F6F;
}
h2 {
	font-size: 130%;
	color: #000064;
}
h3 {
	font-size: 100%;
	color: #000064;
}
h4 {
	font-size: 90%;
	color: #000064;
}
h5 {
	font-size: 80%;
	color: #000064;
}
h6 {
	font-size: 70%;
	color: #000064;
}
.photos {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.alignCentre {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.clear {
	clear: both;
	height: 1px;
}



#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-width: thin;
	border-style: groove;
}
#body {
	font-size: 90%;
	margin-right: 5px;
	margin-left: 10px;
}
#footer {
}
