a {
	text-decoration:none;
}
a:hover {color:#ff0000}

body,table {
	font-size: 10pt;
}
html>/**/body { 
	font-size: 8pt;
}
/* for IE6 */
* html body{
	font-size:62%;
}
/* ここまで */
/* for IE7 */
*:first-child+html body {
	font-size: 62%;
}
/* ここまで */
