body{
font-family: Arial, 標楷體;
}

tr{
	background-color: #00D1D1; 
	border-bottom-color:black;;
}
td { 
	font-size: 20px
	border-color:black;
}
input[type="text"]
{
	font-size: 24px;
} 
input[type="password"] 
{
	font-size: 24px;
}    
input[type="submit"] 
{
	font-size: 24px;
}
input[type="button"] 
{
	font-size: 24px;
}
input[type='button'] 
{
	font-size: 24px;
}

/*		extra div module		*/
/*==============================*/

.main{
	margin: 0 auto;
	height: 330px;
}    
.in{     
	margin: 0 auto;		
	display: block;	
	margin-top:10px;	
	width:320px;	
	height: 240px;	
	text-align: center;	
	vertical-align:middle;	
	line-height: 30px;	
	color: #fff;	
}	
.in1{    
	background: pink;	
}    
.in2{    
	background: #66FF66;	
}    
.in3{    
	background: #66FFFF;	
}    