.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	background-image: url(../Img/bg.jpg);
	background-repeat: repeat-x;
	font-style: italic;
	font-variant: normal;
	padding: 1px;
}
.sumtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-transform: capitalize;
	background-repeat: no-repeat;
	font-style: normal;
	font-variant: normal;
}
.sumlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000000;
}

