/* リンク色などの指定用　*/
A:LINK {
	color: #2266ff;
	text-decoration: underline;

}

A:VISITED {
	color: #2266ff;
	text-decoration: underline;
}

A:HOVER {
	color: #ff0000;
	text-decoration: underline;

}

SELECT {
	color: #728aa7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	}
