.head1{
	color:blue;
	font-weight:bold;
	font-size:large;
}
.head2{
	color:green;
	font-weight:bold;
}
.head3{
	color:red;
	font-weight:bold;
	font-size:large
}
.infomation{
	color:#ec9800;
}
H1,H2,H3{
	color:#003d84;
}
.sub-title {
    font-weight: bold;
    border-width : 0px 0px 2px 20px;
    border-style : solid ;
    border-color : #5984bd;
    margin :10px;
    padding-left: 5px;
}
.comment{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	text-indent: 1em;
}
.contents{
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
.table-basic{
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	border-collapse:collapse;
}
.table-header{
	background-color: #8ecdf0;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	border-collapse:collapse;
}
.table-button{
	font-weight: bold;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	border-collapse:collapse;
}
.background{
	background:url(image/line_yellow.gif);
	background-repeat: repeat-x;

}
