body /* Internet Explorer */
{
text-align: center;
}
body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
} 
body {
	background-color:#3C1A2E;
	/*text-align:center;*/
	color:#E6D7E1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
td {
	vertical-align:top;
	}
.all {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	width: 1000px;
	height:700px;
	}
.middle {
	width: 1000px; 
	height:410px; 
	background-image:url(images/middle.jpg); 
	background-repeat:no-repeat; 
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	}
.heading {
	font-size:30px;
	line-height:60px;
	font-weight:bold;
	}
a:link {
	color:#C1A2B6;
	font-weight:bold;
	}
a:visited {
	color:#8D647F;
	font-weight:bold;
	}
a:active {
	color:#623A55;
	font-weight:bold;
	}
a:hover {
	color:#623A55;
	font-weight:bold;
	}
h2 {
	line-height:17px;
	}
