table {
	background-color : transparent;
}
td {
	background-color : transparent;
}
hr {
	background-color : transparent;
}
p {
	background-color : transparent;
}
a {
	background-color : transparent;
}
div {
	background-color : transparent;
}
li {
	background-color : transparent;
}
img {
	background-color : transparent;
}
.feet {
	background-image : url(images/feet/feet_vert.jpg);
	background-attachment : scroll;
	background-position : center;
	background-repeat : no-repeat;
}
.head1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.head2 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
a:visited {
	background: White;
	color: #009900;
	text-decoration: underline
}
a:active {
	background: White;
	color: #009900;
	text-decoration: underline
}
a:link {
	background: White;
	color: #004400;
	text-decoration: underline
}
a:hover {
	background: #004400;
	color: White;
	text-decoration: underline
}
body {
	background: transparent;
	color: Black;
	font-family: sans-serif;
	background-image : url(images/feet/feet_vert.jpg);
	background-attachment : scroll;
	background-position : center;
	background-repeat : no-repeat;
}
