@charset "utf-8";
/* CSS Document */

#text {
	width: 490px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	text-align: justify;
	padding-left: 1.5%;
}
.links {
	text-decoration: none;
}

#content {
	height:  1200px;
	margin-top: 6%;
}
#photos {
	float: right;
	width: 250px;
	padding-right: 1.5%;
}

a:hover {
	color: #C60000;
}
