.txt {
	font-size: 80%;
}
.blue {
	color: #0033FF;
}
.orange {
	color: #FF9900;
}
.small {
	font-size: 70%;
}
.big {
   font-size: 120%;
}

a:link { text-decoration: underline; color: #666666; }
a:visited { text-decoration: underline; color: #999999; }
a:active { text-decoration: underline; color :#0033FF; }
a:hover { text-decoration: underline; color: #0033FF; }
