body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#996666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#996666;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #996666;
	text-decoration: underline;
}

a:visited {
  color: #996666;
text-decoration: underline;  
}

a:hover {
color: #000;
text-decoration: none;
	
}

a:active {
	color: #996666;
}
.table {
	border: thin solid #666666;
		background-color:#fff;
	background-image:  url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;


}

