@charset "utf-8";


table {
	text-align: left;
	table-layout: fixed;
	background-color: #333cc;
	}

tr {

	}
	
td {
	height: 50px;
	width: auto;
	text-align: left;
	vertical-align:top;
	}
	
th {
	text-align: center;
	font-weight: bold;
	color: #3333cc;	
	}

caption {
	font-size: 2em;
	font-wieght: bold;
	color: #3333cc;
	}

.prev
	{
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #3333cc;
	}
	
	
.next
	{
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	color: #3333cc;
	}
	
