/* this is a style for the content of the pages */
.content {
		font-family: verdana, georgia;
		font-size: 80%;
		font-style: normal;
		color: #000000;
		text-align:justify;
	}
.title {
		font-family: verdana, georgia;
		font-size: 100%;
		font-style: normal;
		color: #000000;
		text-align:justify;
	}
a.pageLink {
	color:#000066;
	font-weight: bold;
	font-family: verdana, georgia;
	font-size: 100%;
	font-style: normal;
}
a.pageLink:hover {
	color:#666666;
	font-weight: bold;
	font-family: verdana, georgia;
	font-size: 100%;
	font-style: normal;
}

