a:link
{
	color: blue; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: red;
}
a
{
	text-decoration: none;
} 
table
{
	table-border: none;
	table-cellpadding: 3;
	table-background-image: URL(bg3.gif);
	table-align: center;
}
td
{
	border: none;
	text-align: center;
	font-size: 8pt
}
body
{
	background-image: url('bg3.gif');
	background-repeat: repeat; 
	color: black;
	font-family: Verdana, Arial, Helvetica;
	
}
h1
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(153,153,51);
	text-align: center;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	color: #CC3333;
	text-align: center;
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(163,65,33);
	text-align: center;
}
h4
{
	font-family: Verdana, Arial, Helvetica;
	color: brown;
	text-align: center;
	
}
h5
{
	font-family: Verdana, Arial, Helvetica;
	color: brown;
	text-align: center;
}
h6
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(51,102,204);
	text-align: center;
}
p
{
	text-align: center;
}
.warning
{
	text-decoration: none;
}
.warning:hover
{
	color: red;
}
.by
{
	text-decoration: none;
}
.by:hover
{
	color: yellow;
}
.shap
{
	height: 700;
	valign: top;
	width: 1200;
	font-size: 8pt;
	background-image: url('bg.gif');
}
.shap:hover
{
	color: blue;
}