/* CSS Document */

body {font-family: tahoma, arial, helvetica, sans-serif;
font-size:0.9em;
text-align:center;
background-color:#003300;
color:#003300;
}

a, a:visited {
	background-color: transparent;
	color: #49A8C7;
}

a:hover {
	background-color: transparent;
	color: #FF8040;
}
/*Container for main index*/
div#container {
	width:810px;
	margin: 1em auto;
	background-color:#FFFFFF}

/* Photograph Caption for container */
div#capt {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: right;
	font-size: 0.7em;
	font-style:italic;
	margin-right:50px;
}