/* CSS Document */

h3 {
	font-family: times new roman;
}

#align-right {
	float: right;
	width: 250px;
	text-align: center;
	padding-left: 8px;
}

.image-space {
	margin-bottom: 50px;
}

.arial  {
	font-family: arial;
}

.calibri {
	font-family: calibri;
}

.center {
	text-align: center;
}

.narrow {
    margin: auto;
	width: 400px;
}

.linespacing {
	line-height: 25px;
}

.yellow-bg {
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFF33;
	line-height: 20px;
}

