html {
	background-image:  url(gfx/files.gif);
}

body {
  font-family: Georgia, "Times New Roman", serif;
  color: #6699ff;
  margin-top: 0px;
  margin: 0px
}

table {
	background-color: #FFFFFF;
	margin-top: 0px;
	font-size: 14px;
	border: none;
}

img {
	padding: 5px;
}

a:link {
	color: #ff9933;
	font-style: none;
	text-decoration: none;
}

a:hover {
	font-style: oblique;
	text-decoration: none;
	color: #ff9933;
}

a:visited {
	color: #ff9933;
	text-decoration: none;
}

#header {
	background-color: #6699ff;
	color: #FFFFFF;
	font-weight: bold;
}