/* CSS Document */
a {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: normal;
}
.shadow {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

.shadow2 {
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.outline {
	border: 1px solid #FFFFFF;
}
.testimony {
	background:#EDE2DC;
	color:#000000;
	border: thick solid white;
}
