.just_text {
	text-indent: 20px;
	color: #000033;
	text-align: justify;
	padding: 0px;
	margin: 20px;
}
.text_heading {
	font-size: large;
	font-weight: bolder;
	color: #000033;
	text-align: center;
}

.bordering {
	background-image: url(../image/border1.gif);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bordering2 {

	background-image: url(../image/border.gif);
	background-repeat: repeat-x;
}
a:visited {
	color: #9933CC;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
