body
{
	background-color: aliceblue;
}
.t0{
	color: red;
	}
.t1{
	color: blue;
	}
header{
	position: absolute;
	top: 0px;
	background-color: silver;
	border-radius: 10px 10px;
	height: 42px;
	left: 0px;
	width: 99%;
}
.som1{
	position: absolute;
	top: 0px;
	Width: 100px;
	height: 25px;
	background-color: #FF8C00;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.fic{
	position: absolute;
	top: 0px;
	left: 120px;
	Width: 160px;
	height: 25px;
	background-color: Aliceblue;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.aid{
	position: absolute;
	top: 0px;
	left: 300px;
	Width: 60px;
	height: 25px;
	background-color: Aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.tit{
	position: absolute;
	top: 0px;
	left: 380px;
	width: 600px;
	height: 18px;
	background-color: khaki;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 20px;
}
.cal{
	position: absolute;
	top: 0px;
	left: 1010px;
	Width: 90px;
	height: 25px;
	background-color: Aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.pro{
	position: absolute;
	top: 0px;
	left: 1120px;
	Width: 60px;
	height: 25px;
	background-color: Aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}	
.som2{
	position: absolute;
	top: 0px;
	left: 1200px;
	width: 110px;
	height: 25px;
	background-color: Aliceblue;
	text-align: right;
	font-size:12px;
	border-radius: 10px 10px;
}
.cpt
{
	position: Absolute;
	left: 30px;
	Width: 410px;
	top: 80px;
	border-radius: 10px 10px;
	background-color: peachpuff;
	font-size: 12px;
}
.req
{
	position: Absolute;
	left: 500px;
	Width: 350px;
	top: 80px;
	border-radius: 10px 10px;
	background-color: peachpuff;
	font-size: 12px;
}
.bra
{
	position: Absolute;
	left: 900px;
	Width: 350px;
	top: 80px;
	border-radius: 10px 10px;
	background-color: peachpuff;
	font-size: 12px;
}
table
{
	Border-collapse: collapse;
}
th, td{
	Border: 1px solid black;
	padding: 10px;
}