h1 {
	font-family: "Poor Richard";
	font-size: 50px;
	font-style: normal;
	color: #000000;
	text-align: center;
}
h2 {
	font-family: "Poor Richard";
	font-size: 36px;
	color: #000000;
	text-align: right;
}
h3 {
	font-size: 25px;
	color: #333333;
}
h4 {
	font-family: "Poor Richard";
	font-size: 16px;
	color: #666666;
	text-align: right;
}

h5 {
	font-family: "Poor Richard";
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}


h6 {
	font-size: 14px;
	text-align: right;
}
#table_services {
	font-family: "Poor Richard";
	font-size: 14px;
	text-align: center;
}
#table_services a {
	font-family: "Poor Richard";
	color: #F9FBD3;
}
#table_services a:visited {
	color: #FF99FF;
	text-decoration: underline;
}
#table_services a:hover {
	color: #FFFF66;
}

a {
	font-family: "Poor Richard";
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #93A2A9;
}
a:hover {
	color: #415160;
}

p {
	font-family: "Poor Richard";
	font-size: 14px;
}



#table_navigation {
	color: #FFFFFF;
	text-align: center;
}
#table_navigation a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
#table_navigation a:visited {
	color: #CC99FF;
	text-decoration: underline;
}
#table_navigation a:hover {
	color: #FFFF33;
	text-decoration: blink;
}

body {
	font-family: "Poor Richard";
	color: #000000;
	background-color: f9fbd3;
}
