h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #556b2f;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.border {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.space_left {
	margin-left: 40px;
}

.highlight {
	background-color: #66FF66;
	font-weight: bold;
	font-size: 12px;
	color: 0000FF;

	
}

.small_black {
	font-size: 12px;
	color: 000000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

.marginleft {
	margin-left: 10%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10%;
	margin-left: 10%;
	background-color: #FFFFFF;
}
.background {
	background-color: #FFFFCC;
}

