/* CSS Document */

body {
	background-color:#460046;
	text-align:center;
}

.container{
	margin:0 auto 0 auto;
	padding:0px;
	width:800px;
}

.mainContent {
	margin:0 auto 0 auto;
	padding:20px;
	width:660px;
	background-color:#FFFFFF;
}

h5 {
	text-align:center;
	color:#460046;
	font-size:16px;
}

table {
	margin:0 auto;
	width:660;
}

.mainContent a {
	text-decoration:none;
	color:#333399;
}

.mainContent a:hover {
	text-decoration: underline;
	color:#460046;
}

