body {
	background-image: url(images/pond_bac.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	background-color: #000000;
	color: #FFFFFF;
}


h1 {
	color: orange;
}

h2 {
	color: orange;
}
dd {
	font-size: 12px;
}
.right_menu {
	float: right;
	width: 175px;
	color: orange;
}

.footer {
	font-size: 10px;
	text-align: center;
	color: #00FF00;
	font-family: Arial, Helvetica;
}

.links {
	color: #FF0000;
	line-height: 40px;
	font-family: Arial, helvetica;
	font-size: 20px;
	font-weight: bold;
}

table {
	color: white;
}

.main_text {
	margin-right: 30px;
	margin-left: 10px;
	font-size: 12pt;
	color: #FFFFFF;
}

A {
	color: #FF0000;
}

A.link {
	color: #FF0000;
}

A.visited {
	color: #FF0000;
}

A.hover {
	color: #FFFF00;
}