@charset "UTF-8";
/* 
	Time Table Style Sheet
	Yu Sekiguchi
	2007
*/

table.invitation {
	border-color: #000000;
	text-align: center;
	border-width: 3px;
	border-style: double;
}
.invitation td,th {
	border-width: 1px;;
	border-style: solid;
	padding : 10px;
}
.invitation th,td{
	border-width: 1px;;
	border-style: solid;
	padding : 10px;
}
