@charset "utf-8";
/* CSS Document */
body {
	background-image:url(Images/BackGroundIndian.jpg);
}

table {
	background-color:#000000;
  text-align:center;
	color:#FF0;
}

a {
	color:#FF0;
}

.navigation {
	font-weight:600;
  font-size:20px;
  color:black;
	width:230px;
}

.navigation:hover {
  color: red;
}

.currentPage {
	width: 200px;
  font-weight: 600;
  font-size: 20px;
  color: black;
  border-color:white;
	width:300px;
}

.menuHeader {
  background-color: black;
  color: red;
  font-size: 14px;
  font-weight: bold;
  height:18px;
}

.list {
  background-color: lightgray;
  color: red;
}

.copyright {
  font-size: smaller;
}