body {
	background-color: white;
	background-image : url(backg1.gif);
	background-attachment: fixed;
	color: #333333;
	scrollbar-face-color: #3366ff;
}

table {
	line-height: 180%;
}

h1, h2 {
	color: #333333;
}

a:link {
  color: #003366;
}

a:visited {
  color: #003366;
}

a:hover {
  color: #cc3333;
  position: relative; top:1px; left:1px;
}