body
{
	background-color: #909090;
	background-image: url("bg.png");
}

body, table, td, img
{
	font-family: Arial;
	font-size: 12;
	line-height: 1.5;
	color: #000000;
}

hr 
{
	border: 0;
	color: #000000;
	background-color: #000000;
 	height: 1px;
}



h1
{
	font-family: Verdana;
	font-size: 22;
	font-weight: bold;
	color: #000060;
}

h2
{
	font-family: Verdana;
	font-size: 14;
	font-weight: bold;
	color: #550000;
	font-style: italic;
	text-decoration: underline;
}


a
{
	text-decoration:none;
	color: #000000;
}

a:hover
{
	color: #606060;
}



