body 
{
	background: url(../background.gif);
}

body,td,th 
{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.lgtext
{
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: white;
}

a {
	text-decoration: none;
	color: #00FF00;
}

a.norm:hover {
	text-decoration: underline;
	color: black;
}

a.norm {
	text-decoration: none;
	color: #1800FF;
}

a.secret
{
color: Black;
text-decoration: none;
}

a.secret:hover
{
text-decoration: none;
cursor: default;
}

.activepg {color: white}
.clickable
{
    CURSOR: pointer
}

