/* CSS file for page about trees */

body{
	background-color: #AADDAA
}


h1 {
	font-weight: bold;
	text-align: center;
}

img {
	padding: 10px;
	margin: 20px;
	background-color: #FFFFFF;
}


p {
	font-family: Times, serif;
	font-size: large;
	text-align: justify;
	margin: 20px;
}

/*  Stuff specific to this page - probably should split off into a different .css file */

#italian {
	width: 240px;
	float: left;
}

#monterey {
	width: 200px;
	float: right;
}

