body {
		font-family: Century Gothic, Verdana;
		font-size: 9pt;
		CURSOR: crosshair;
		color : #2C1C14;
		margin: 0;
		background : #666666 url(pics/main.png);
}
.text {
	font-family: Century Gothic, Verdana;
	font-size: 9pt;
 	color : #2C1C14;
}
IMG {
filter: alpha (opacity=50);
}
A:hover IMG {
filter: alpha (opacity=99);
}
A{
CURSOR: e-resize;
text-decoration: none;
color : #8E4C35;
}
a:link {
color : #8E4C35;
text-decoration: none;
CURSOR: e-resize;
}
a:visited {
color : #8E4C35;
text-decoration: none;
CURSOR: e-resize;
}
a:active {
color : #DDD7CA;
CURSOR: e-resize;
text-decoration: none;
}
a:hover {
color : #DDD7CA;
CURSOR: e-resize;
text-decoration: none;
}