body{
	font-size:16px;
	font-family:MS UI Gothic;
}
p,.menu{
	font-size:13px;
	line-height:120%;
	padding:4;
	color:black;

}
td{
	background-color:white;
}
h1{
	font-size:30px;
	line-height:120%;
	text-align:center;
}
h2{
	text-indent:1em;
	font-size:15px;
	line-height:120%;
	color:white;
	border:none;
	text-align:left;
	background-color:#3300CC;
}
table.label{
	width:100%;
	border-bottom:dashed 1px #3300CC;
}
td.label{
	text-indent:1em;
	font-size:15px;
	line-height:120%;
	color:white;
	background-color:#3300CC;
	font-weight:bold;
}
table.label2{
	width:100%;
	border-bottom:dashed 1px #DC143C;
}
td.label2{
	text-indent:1em;
	font-size:15px;
	line-height:120%;
	color:white;
	background-color:#DC143C;
	font-weight:bold;
}
table.label3{
	width:100%;
	border-bottom:dashed 1px #009933;
}
td.label3{
	text-indent:1em;
	font-size:15px;
	line-height:120%;
	color:white;
	background-color:#009933;
	font-weight:bold;
}
table.label4{
	width:100%;
	border-bottom:dashed 1px #FFCC00;
}
td.label4{
	text-indent:1em;
	font-size:15px;
	line-height:120%;
	color:white;
	background-color:#FFCC00;
	font-weight:bold;
}

a:link{
	text-decoration:none;
	font-weight:normal;
	color:black;
}
a:visited{
	text-decoration:none;
	font-weight:normal;
	color:gray;
}
a:hover{
	text-decoration:underline;
	color:black;
	font-weight:normal;
	background-color:pink;
}

