.style1
{	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.style2
{	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:black;
}
.style3
{	font-family:Lucida Console;
	font-size:12px;
	color:black;
}
.style4
{	font-family:Lucida Console;
	font-size:12px;
	color:yellow;
	font-weight:bold;
}
.style5
{	font-family:Lucida Console;
	font-size:12px;
	color:red;
}
.style6
{	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:gray;
}
.stylesmall
{	font-family:Arial;
	font-size:10px;
}
.bs
{	font-size:12px;
}

a.b:hover
{	color:white;
	text-decoration:none;
}
a.b:visited
{	color:white;
}
a.b:link
{	color:white;
}
a.b:active
{	color:white;
}

a.black:hover
{	color:white;
	text-decoration:none;
}
a.black:visited
{	color:white;
}
a.black:link
{	color:white;
}
a.black:active
{	color:white;
}

a.c:hover
{	color:red;
	text-decoration:none;
}
a.c:visited
{	color:black;
	}
a.c:link
{	color:black;
	}
a.c:active
{	color:black;
}
