IMG { border: 0px }
BODY {
	BACKGROUND-IMAGE: url(images/bg.jpg)
}
.style1 {
	FONT-SIZE: x-small; COLOR: #fb7c00; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.style2 {FONT-SIZE: x-small; COLOR: #fb7c00; FONT-FAMILY: tahoma; }
.style3 {FONT-SIZE: x-small; COLOR: #fb7c00; FONT-FAMILY: tahoma; font-weight: bold; }

a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #FF9900;
}