﻿body {
	background-color: #F0E0C0;
	color: #000000;
}
.data_title {
	background-color: #F0F0DC;
	color: #1980E6;
	font-weight: bold;
}
.pht_title {
	color: #000000;
	font-weight: bold;
}

.icon_title {
	background-color: #F0F0DC;
	color: #1980E6;
	font-weight: bold;
}

a:link {
	color: #0000E0;
	text-decoration: none;
}
a:visited {
	color: #0000C0;
	text-decoration: none;
}
a:active {
	color: #0000E0;
	text-decoration: underline;
}
a:hover {
	color: #0000E0;
	text-decoration: underline;
}

