﻿body
{
	font-family: 'MS UI Gothic';
	background-image: url(images/bgline.gif);
}

A:visited.sharp
{
	color: blue;
}

A:visited
{
	color: blue;
}

A
{
	font-size: 10pt;
	text-decoration: underline;
}
A:hover
{
	color: red;
}
A:hover.sharp
{
	color: red;
}
A:link
{
	color: blue;
}

INPUT.input1
{
	ime-mode:active;
}

INPUT.bt
{ 
	border-width:1px;
	border-style:Solid;
	font-size:8pt;
	height:20px;
	width:58px;
	color: blue; 
}
