hr {
	width: 100%;
}
h1 {
	text-align: center;
	font-family: Tahoma;
  	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-family: Tahoma;
  	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
}
h3 {
	text-align: center;
	font-family: Tahoma;
  	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}
h4 {
	color: #FFFFFF;
	background-color: #000099;
	padding: 2 0 2 8;
	width: 100%;
	border: 1px none #000099;
	font-family: Tahoma;
  	font-size: 110%;
	font-weight: bold;
}
h5 {
	color: #FFFFFF;
	background-color: #000099;
	padding: 2 0 2 8;
	width: 100%;
	border: 1px none #000099;
	font-family: Tahoma;
  	font-size: 100%;
}
h6 {
	color: #000099;
	font-family: Tahoma;
  	font-size: 100%;
	font-weight: bold;
}
pre {
  	font-size: 90%;
	background-color: #ccffff;
}
span {
//	background-color: #bbffff;
}
table {
	align: center;
	background-color: #FFFFFF;
	width: 94%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
tr {
	background-color: #ccffff;
}
th {
	background-color: #bbffff;
	border-bottom: 1px solid gray;
}
td {
	background-color: #ccffff;
	border-bottom: 1px solid gray;
}

.cannot_access_from_internet {
	color: gray;
  	font-size: 90%;
}



