body, td, th {
  	font-size : 14px;
}
.no_data {
  	font-size : 18px;
  	color : yellow;
  	background-color : navy;
  	padding-top : 5px;
  	padding-left : 5px;
  	padding-right : 5px;
  	padding-bottom : 5px;
  	font-weight : bold;
}
small {
  	font-size : 12px;
}
.submit {
	font-size : 16px;
	width : 110px;
  	height : 80px;
  	text-align : center;
  	cursor : pointer;
  	background-color : #e7fef9;
  	color : black;
	border-width : 3px 3px 0px 3px;
	border-style : ridge ridge ridge ridge;
	border-color : navy navy navy navy;
}
.title {
  	color : white;
  	background-color : navy;
  	text-align : center;
  	font-size : 18px;
  	font-weight : bold;
}
.sub_title {
  	width : 110px;
  	color : white;
  	background-color : navy;
  	text-align : center;
  	font-size : 14px;
}
.pointer {
  	cursor : pointer;
}
.keyword{
  	text-align : center;
	color : yellow;
  	background-color : navy;
  	padding-top : 5px;
  	padding-left : 5px;
  	padding-right : 5px;
  	padding-bottom : 5px;
}
.name {
  	color : white;
  	text-align : center;
  	font-size : 16px;
}
