
/* local set */

.bk {  color: #000000; text-decoration: none}

A:hover { color:#FFCC33} 

/* relative size set */

.size18 { font-size:150%; line-height: 100%;}	/* 18px | large */
.size16 { font-size:112.5%; line-height: 135%;}		/* 16px | medium | default */
.size14 { font-size:100%; line-height: 125%;}	/* 14px */
.size12 { font-size:87.5%; line-height: 135%;}		/* 12px */
.size10 { font-size:75%; line-height: 135%;}	/* 10px | x-small */
.size09 { font-size:62.5%; line-height: 130%;}	/*  9px | xx-small */
.size08 { font-size:56.25%; line-height: 135%;}	/*  8px  */

