﻿/* CSS Document */

body {
	font-size: 85%;
	*font-size: small;
	*font: x-small;
}
*:first-child+html body  {
	font-size: 85%;
}
* html body{
	font-size: 85%;
	line-height: 180%
}
