body {
		background-color: #000;
		color: #777;
		text-align: center;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}

	a, a:visited {
		background-color: transparent;
		color: #ccc;
		text-decoration: none;
	}

	a:hover, a:active {
		background-color: transparent;
		color: #CF6300;
		border-bottom: 0px solid #EEE;
	}

	p {
		margin: 0px;
		text-align: justify;
	}

	.tableborder {
		width: 800px;
		border: 15px solid #000;
	}

	table.maintable {
		border: 1px solid #808080;
		width: 800px;
	}

	td.title {
		background-color: #111111;
		color: #ccc;
		border-bottom: 1px solid #808080;
		background-position: top center;
		background-repeat: repeat-x;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 3px 10px 4px 10px;
	}

	td.mainbox {
		background-color: #000000;
		color: #FFFFFF;
		font-size: 16px;
		width: 800px;
		height: 505px;
		background-image: url("index_images/carnival_line.jpg");
		line-height: 140%;
	}

	div.boxpad {
		padding: 20px;
	}

	.footer {
		background-color: transparent;
		color: #555;
		font-size: 11px;
	}

	.picborder, .picborder2 {
		background-color: #000;
		color: #777;
		border: 1px solid #808080;
	}

	.picborder {
		margin: 0px 0px 10px 20px;
	}

	.descript {
		background-color: transparent;
		color: #FFFFFF;
		font-size: 12px;
		text-transform: uppercase;
	}