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

.photo_right {
	float: right;
	margin-left: 10px;
}
.photo_left {
	float: left;
	margin-right: 10px;
}
.indent {
	padding:0 0 0 50px;
}
.outdent-paragraph {
	text-indent: -100px;
	margin-left: 100px;
}
.button a{
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
}
.button a:link, .button a:visited {
	background-color: #C96;
	border-top: 2px solid #FC3;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #FC3;
}
.button a:hover, .button a:active {
	background-color: #960;
	border-top: 2px solid #666;
	border-right: 2px solid #FC3;
	border-bottom: 2px solid #FC3;
	border-left: 2px solid #666;
	color: #FFC;

}
