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

body, p {

	background-color:#ffffcc;
	font-family:Futura, Geneva, Helvetica;
	padding: 0px 100px 100px 100px;
	color:#63300;
	font-size: 13px;
	line-height: 120%;
	
}

p, div#photo {

	background-color:#66cccc;
	padding: 100px 50px 50px 50px;
	color:#663300;
	font-size: 13px;
	
}

h1, h2 {
	color:#663300;
	padding:50px 0 0 0;
	text-align:center;
}

h1 {
	font-size:25px;

}

h2 {
	font-size:13px;
	
}

a {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color:663300;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
}

div#head {
	text-align:center;
	color:#663300;
	font-size:30px;
	padding:50px 0;
	border-bottom: solid #66cccc 10px;
	border-top: solid #66cccc 10px;
}

div#footer {

	color:#663300;
	text-align:right;
}

div#photo {

	font-style:italic;
	font-size:10px;
	text-align:center;
	
}