@charset "utf-8";
/* CSS Document */

h1{
	font-size: 18px;
	margin-left: 10px;
	color: #C40062;
	margin-bottom: 0px;
}
h2{
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}
.table{
	border: thin solid #FF9999;
	margin-left: 20px;
	width: 750px;
	line-height: 20px;
}
.table3{
	border: thin solid #FF9999;
	margin-left: 20px;
	width: 550px;
	line-height: 20px;
}
.table2{
	margin-left: 10px;
	width: 300px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCCFF;
	border-right-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFCCFF;
	
}
.text{
	text-decoration: line-through;
	
}


