body {
	background-color: #ffffff;
	font-family: verdana, sans serif;
	color: #ffff66;
	font-size: .5em;
    line-height: .75em; /* 16×1=16 */
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
}
p {
	font-size: .80em;
	line-height: 1.15em;
}

h1 {
	color: #ffff66;
}

h2 {
	color: #ffff66;
}

h3 {
	color: #ffff66
}

h6 {
	color: #ffff66;
}

a.set1:link {
	color: #27005E;
	text-decoration: none;
}
a.set1:active {
	color: #6666cc;
	text-decoration: none;
}
a.set1:visited {
	color: #330077;
	text-decoration: none;
}
a.set1:hover {
	color: #6600cc;
	text-decoration: line;
}
a.set2:link {
	color: #FFFF66;
	text-decoration: none;
}
a.set2:active {
	color: #FFFF00;
	text-decoration: none;
}
a.set2:visited {
	color: ##FF6600;
	text-decoration: none;
}
a.set2:hover {
	color: #FF9900;
	text-decoration: line;
}

td.border, table.border	{
	border: .07em solid #330077;
}
td.border-left, table.border-left	{
	border-left: .05em solid #330077;
}td.border-right, table.border-right	{
	border-right: .05em solid #330077;
}td.border-top, table.border-top	{
	border-top: .05em solid #330077;
}td.border-bottom, table.border-bottom	{
	border-bottom: .05em solid #330077;
}
td.border-yellow, table.border-yellow	{
	border: .07em solid #FFFF66;
}
td.border-yellow-left, table.border-yellow-left	{
	border-left: .05em solid #FFFF66;
}td.border-yellow-right, table.border-yellow-right	{
	border-right: .05em solid #FFFF66;
}td.border-yellow-top, table.border-yellow-top	{
	border-top: .05em solid #FFFF66;
}td.border-yellow-bottom, table.border-yellow-bottom	{
	border-bottom: .05em solid #FFFF66;
}
