/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

body,td {
 font-family : "‚l‚r ‚oƒSƒVƒbƒN", Osaka ;
 font-size   : 13px ;
 line-height : 1.4em ;
}


