﻿/*------------ link-color style set ------------*/
<!--
A:link {
	color: olive ;
}
A:visited { color:blue ; }
A:active { color:red ; }
A:hover { color:green ; }
-->
