.basic   { font-size: 12px; line-height: 18px; color: #333333 }
a.basic:link    { font-size: 12px; line-height: 18px; color: #333333; text-decoration: none }
a.basic:hover { font-size: 12px; line-height: 18px; color: #999999; text-decoration: underline }
a.basic:visited { font-size: 12px; line-height: 18px; color: #999999; text-decoration: none }

.com   { font-size: 12px; line-height: 18px; color :#999900; text-decoration: none }

a.com:link    { font-size: 12px; line-height: 18px; color : #999900; text-decoration: none }
a.com:hover { font-size: 12px; line-height: 18px; color : #999900; text-decoration: underline }
a.com:visited { font-size: 12px; line-height: 18px; color : #CCCC33; text-decoration: none }

.ctext { font-size:12px; line-height:18px; color:#336600 }
a.ctext:link { font-size:12px; line-height:18px; color:#336600; text-decoration: none }
a.ctext:hover{ font-size:12px; line-height:18px; color:#339900; text-decoration: underline }
a.ctext:visited { font-size:12px; line-height:18px; color:#918A15; text-decoration: none }

.input { border: 1; solid black; backgroud-color: white; onMouseOver="this.style.background='#FDFFC7'" onMouseOut="this.style.background='white'"}
