.title
{
	border-right: black groove;
	border-top: black groove;
	font-weight: bold;
	font-size: xx-large;
	border-left: black groove;
	color: black;
	border-bottom: black groove;
	font-family: 'Times New Roman';
	background-color: transparent;
	text-align: center;
}
.title2
{
	font-weight: bold;
	color: white;
	font-style: italic;
	font-family: 'Times New Roman';
}

.BoldItalic
{
	font-weight: bold;
	font-size: large;
	color: black;
	font-style: italic;
	font-family: 'Times New Roman';
}